deleteUserAge static method
Delete the user's age from the user profile.
Implementation
static Future<void> deleteUserAge() async {
await _invokeMethod('deleteUserAge');
}
Delete the user's age from the user profile.
static Future<void> deleteUserAge() async {
await _invokeMethod('deleteUserAge');
}