$ClientFlowLoginV2Client class

Constructors

$ClientFlowLoginV2Client($Client _rootClient)
Creates a new DynamiteClient for client_flow_login_v2 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

init() Future<DynamiteResponse<LoginFlowV2, void>>
Init a login flow.
initRaw() DynamiteRawResponse<LoginFlowV2, void>
Init a login flow.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poll({required String token}) Future<DynamiteResponse<LoginFlowV2Credentials, void>>
Poll the login flow credentials.
pollRaw({required String token}) DynamiteRawResponse<LoginFlowV2Credentials, void>
Poll the login flow credentials.
toString() String
A string representation of this object.
inherited

Operators

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