$WipeClient class

Constructors

$WipeClient($Client _rootClient)
Creates a new DynamiteClient for wipe requests.

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

$checkWipe_Request({required String token}) → Request
Check if the device should be wiped.
$checkWipe_Serializer() → DynamiteSerializer<WipeCheckWipeResponseApplicationJson, void>
Builds a serializer to parse the response of $checkWipe_Request.
$wipeDone_Request({required String token}) → Request
Finish the wipe.
$wipeDone_Serializer() → DynamiteSerializer<JsonObject, void>
Builds a serializer to parse the response of $wipeDone_Request.
checkWipe({required String token}) Future<DynamiteResponse<WipeCheckWipeResponseApplicationJson, void>>
Check if the device should be wiped.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wipeDone({required String token}) Future<DynamiteResponse<JsonObject, void>>
Finish the wipe.

Operators

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