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