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