destroy method

Future<void> destroy()

Force closing the window.

Implementation

Future<void> destroy() async {
  await _invokeMethod('destroy');
}