static Future addUserProperties(Map properties) async { await _channel.invokeMethod('addUserProperties', [properties]); }