onError abstract method
- dynamic onError( )
Specifies the object that will be invoked if building the MobileAuthenticationClient failed.
IMPORTANT
Providing the onError is required.
Params:
- onError: the
Function
which receives an InitializationError.
Returns: a MobileAuthenticationClientInitializer object.
Implementation
MobileAuthenticationClientInitializer onError(
Function(InitializationError) onError,
);