launchFlow method

void launchFlow(
  1. dynamic event
)

Implementation

void launchFlow(VerificationEvent event) {
  state = VerificationState(stage: 'request.created', event: event);
}