AuthenticationCodeTypeFlashCall constructor
const
AuthenticationCodeTypeFlashCall({
- 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,
});