part of '../game.dart'; abstract class IGameRepository { Future>> gamePrizeByGameId({ required String id, }); }