getGames method
Implementation
@override
Future<GamesResponse> getGames(int limit, int offset, String cacheKey,
[Config? config]) async {
return gameolive.getGames(limit, offset, cacheKey, config);
}
@override
Future<GamesResponse> getGames(int limit, int offset, String cacheKey,
[Config? config]) async {
return gameolive.getGames(limit, offset, cacheKey, config);
}