show method

Future<void> show()

Show native window

Implementation

Future<void> show() async {
  await _platformChannel.invokeMethod(_kShowAppWindow);
}