WarzoneApi class

Constructors

WarzoneApi.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchMatchesPlayedFromUser({required String username, Platform platform = Platform.atvi}) Future<List<WarzoneMatch>>
fetchMatchesPlayedFromUser It will return a list of games played by the user
fetchMatchFromUser({required String attributeIdFromMatch}) Future<WarzoneMatch>
fetchMatchFromUser It will return a list of games played by the user
fetchUser({required String username, Platform platform = Platform.atvi}) Future<WarzoneProfile>
fetchUser Get all user information
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
search User search through platform and text
toString() String
A string representation of this object.
inherited

Operators

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