close method

Future<void> close()

Try to close the window.

Implementation

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