deleteUserDateOfBirth static method

Future<void> deleteUserDateOfBirth()

Delete the user's date of birth from the user profile.

Implementation

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