AuthenticationCodeTypeFlashCall constructor

const AuthenticationCodeTypeFlashCall({
  1. required String pattern,
})

An authentication code is delivered by an immediately canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically

Implementation

const AuthenticationCodeTypeFlashCall({
  required this.pattern,
});