deleteUserEmailAddress static method

Future<void> deleteUserEmailAddress()

Delete the user's email address from the user profile.

Implementation

static Future<void> deleteUserEmailAddress() async {
  await _invokeMethod('deleteUserEmailAddress');
}