execute abstract method Null safety

Future<void> execute()

Starts the creation of an instance of the MobileAuthenticationClient.

If an error occurs, it is provided through onError. If the MobileAuthenticationClient can be successfully built and initialized, it is provided through onSuccess.

Implementation

Future<void> execute();