userDelete static method

Future userDelete()

Implementation

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