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