unsetPhoneNumber static method
Unset user's phone number'
If a user withdraw from the service, this function must be called.
Implementation
static Future<void> unsetPhoneNumber() {
return HacklePlatform.instance.unsetPhoneNumber();
}
Unset user's phone number'
If a user withdraw from the service, this function must be called.
static Future<void> unsetPhoneNumber() {
return HacklePlatform.instance.unsetPhoneNumber();
}