MotorFlutterUI extension Null safety
MotorFlutterUI
This extension is used to provide UI related functions to the MotorFlutter class.
- on
Methods
-
showRegisterModal(
{HandleKeysCallback? onKeysGenerated, ErrorCallback? onError}) → Future< CreateAccountResponse?> -
Display a modal dialog above the current application content which walks the user through the process
of registering a new account. Returns
CreateAccountResponse
if the user successfully creates an account, otherwise returns null.