hide method

Future<void> hide()

Hide native window

Implementation

Future<void> hide() async {
  await _platformChannel.invokeMethod(_kHideAppWindow);
}