$WipeClient class

Constructors

$WipeClient.new($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({required String token}) Future<DynamiteResponse<WipeCheckWipeResponseApplicationJson, void>>
Check if the device should be wiped.
checkWipeRaw({required String token}) DynamiteRawResponse<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.
wipeDoneRaw({required String token}) DynamiteRawResponse<JsonObject, void>
Finish the wipe.

Operators

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