createConfirmationCode abstract method
Generates and sends a new single-use ConfirmationCode for the MyUser
identified by the provided login
, num
, email
and/or phone
.
Implementation
Future<void> createConfirmationCode({
UserLogin? login,
UserNum? num,
UserEmail? email,
UserPhone? phone,
String? locale,
});