addUserProperty static method

Future addUserProperty(
  1. String userProperty,
  2. String key
)

Implementation

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