MobileAuthenticationClientInitializer class Null safety

The class that creates and initializes asynchronously an instance of MobileAuthenticationClient.

Constructors

MobileAuthenticationClientInitializer()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

configuration(Configuration configuration) MobileAuthenticationClientInitializer
Sets the configuration of the MobileAuthenticationClient.
execute() → Future<void>
Starts the creation of an instance of the MobileAuthenticationClient.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onError(dynamic onError(InitializationError)) MobileAuthenticationClientInitializer
Specifies the object that will be invoked if building the MobileAuthenticationClient failed.
onSuccess(dynamic onSuccess(MobileAuthenticationClient)) MobileAuthenticationClientInitializer
Specifies the object that will be invoked if the MobileAuthenticationClient was built successfully.
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

initializer() MobileAuthenticationClientInitializer
Returns a new MobileAuthenticationClientInitializer.