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