Deletes the created user profile
Future<void> deleteUserProfile(String key) async { dynamic params = {'key': key}; await _channel.invokeMethod('deleteUserProfile', params); }