destroy static method

Future<void> destroy()

Implementation

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