destroy method

Future<void> destroy()

Force closing the window.

Implementation

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