EventsResource class
Constructors
- EventsResource(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 eventId, {String? $fields}) → Future< void> - Resets all player progress on the event with the given ID for the currently authenticated player.
-
resetAll(
{String? $fields}) → Future< void> - Resets all player progress on all events for the currently authenticated player.
-
resetAllForAllPlayers(
{String? $fields}) → Future< void> - Resets all draft events for all players.
-
resetForAllPlayers(
String eventId, {String? $fields}) → Future< void> - Resets the event with the given ID for all players.
-
resetMultipleForAllPlayers(
EventsResetMultipleForAllRequest request, {String? $fields}) → Future< void> - Resets events 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