destroy method

Future<bool?> destroy()

Implementation

Future<bool?> destroy() async {
  return await _channel.invokeMethod(
    'destroy',
  );
}