Delete a user profile attribute.
static Future<void> deleteUserProfile(final String key) async { await _invokeMethod('deleteUserProfile', key); }