deleteUserDateOfBirth static method
Delete the user's date of birth from the user profile.
Implementation
static Future<void> deleteUserDateOfBirth() async {
await _invokeMethod('deleteUserDateOfBirth');
}
Delete the user's date of birth from the user profile.
static Future<void> deleteUserDateOfBirth() async {
await _invokeMethod('deleteUserDateOfBirth');
}