removeUserProperties static method

Future removeUserProperties()

Implementation

static Future removeUserProperties() async {
  await _channel.invokeMethod('removeUserProperties');
}