hide method

Future<void> hide()

Hides the window.

Implementation

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