OtpAuthenticator.phone constructor
const
OtpAuthenticator.phone({})
Implementation
const OtpAuthenticator.phone({
required this.token,
required this.code,
required String phone,
}) : type = 'phone',
value = phone;