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