console library

Functions

getConsoleIds(AuthObject authorization) Future<List<ConsoleId>>
A call to this function will retrieve the complete list of console ID and name pairs on the RetroAchievements.org platform.
getGameList(AuthObject authorization, {required int consoleId, bool shouldOnlyRetrieveGamesWithAchievements = true, bool shouldRetrieveGameHashes = true}) Future<GameList>
A call to this function will retrieve the complete list of games for a specified console on the RetroAchievements.org platform.

Typedefs

GameList = List<GameEntity>