RawgUtils class

Class for check for errors

Constructors

RawgUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

baseUrl String
base url for API
getter/setter pair
dio → Dio
client for API Call
final

Static Methods

achievement(int id) Future<List<Achievement>>
check for achievment error
detail(int id) Future<Game>
check for game details error
games(int page, Ordering? order, String? query, String? platforms, String? genres) Future<List<Game>>
check for game error
genres() Future<List<Genre>>
check for genre error
platforms() Future<List<Platform>>
check for platform error
publisher(int page) Future<List<Publisher>>
check for platform error
screen(int id) Future<List<String>>
check for game screen error
store(int page) Future<List<Store>>
check for store error
storeGame(int id) Future<List<String>>
check for store error
trailer(int id) Future<List<String>>
check for game trailer error