Game Prize and Logout
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
part of '../game.dart';
|
||||
|
||||
abstract class IGameRepository {
|
||||
Future<Either<GameFailure, List<GamePrize>>> gamePrizeByGameId({
|
||||
required String id,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user