showWindow static method

Future<bool?> showWindow()

Implementation

static Future<bool?> showWindow() async {
  return await _channel.invokeMethod('showWindow');
}