onConfirmationRequested abstract method

void onConfirmationRequested(
  1. ConfirmationResult result
)

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

Implementation

void onConfirmationRequested(fba.ConfirmationResult result);