@override Future<void> removeUserProperty(dynamic key) async { await methodChannel.invokeMethod<String>('removeProperty', key); }