unsetPhoneNumber static method

Future<void> unsetPhoneNumber()

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();
}