deleteUserProfile static method

Future<void> deleteUserProfile(
  1. String key
)

Delete a user profile attribute.

Implementation

static Future<void> deleteUserProfile(final String key) async {
  await _invokeMethod('deleteUserProfile', key);
}