onSuccess abstract method
- dynamic onSuccess( )
Specifies the object that will be invoked if the MobileAuthenticationClient was built successfully.
IMPORTANT
Providing the onSuccess is required.
Params:
- onSuccess: the
Function
which receives the built MobileAuthenticationClient.
Returns: a MobileAuthenticationClientInitializer object.
Implementation
MobileAuthenticationClientInitializer onSuccess(
Function(MobileAuthenticationClient) onSuccess,
);