addUserPhone abstract method
- UserPhone phone, {
- ConfirmationCode? confirmation,
- String? locale,
Adds a new phone
number for the authenticated MyUser.
Sets the given phone
number as an MyUserPhones.unconfirmed sub-field
of a MyUser.phones field and sends to this number SMS with a
ConfirmationCode.
Implementation
Future<void> addUserPhone(
UserPhone phone, {
ConfirmationCode? confirmation,
String? locale,
});