hide method

Future<void> hide()

Hides the window.

Implementation

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