static Future removeUserProperty(String key) async { await _channel.invokeMethod('removeUserProperty', [key]); }