ScoresResource class

Constructors

ScoresResource(ApiRequester client)

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
reset(String leaderboardId, {String? $fields}) Future<PlayerScoreResetResponse>
Resets scores for the leaderboard with the given ID for the currently authenticated player.
resetAll({String? $fields}) Future<PlayerScoreResetAllResponse>
Resets all scores for all leaderboards for the currently authenticated players.
resetAllForAllPlayers({String? $fields}) Future<void>
Resets scores for all draft leaderboards for all players.
resetForAllPlayers(String leaderboardId, {String? $fields}) Future<void>
Resets scores for the leaderboard with the given ID for all players.
resetMultipleForAllPlayers(ScoresResetMultipleForAllRequest request, {String? $fields}) Future<void>
Resets scores for the leaderboards with the given IDs for all players.
toString() String
A string representation of this object.
inherited

Operators

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