reset static method

Future<void> reset()

Implementation

static Future<void> reset() async {
  await _channel.invokeMethod('reset');
}