removeUserProperty static method

Future removeUserProperty(
  1. String key
)

Implementation

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