WarzoneApi class
Constructors
Properties
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(
{required String username, Platform platform = Platform.atvi}) → Future< List< WarzoneSearch> > - 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