onConfirmationRequested method

  1. @override
void onConfirmationRequested(
  1. ConfirmationResult result
)
override

Caled when the SMS code was requested. UIs usually reflect this state with a loading indicator. Called only on web.

Implementation

@override
void onConfirmationRequested(fba.ConfirmationResult result) {
  value = SMSCodeSent(confirmationResult: result);
}