destroy method

Future destroy()

Implementation

Future destroy() => _promiseToFuture(_jsInternal?.callMethod('destroy', []) as JsObject);