deleteUserAge static method

Future<void> deleteUserAge()

Delete the user's age from the user profile.

Implementation

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