closeWindow static method

Future<bool?> closeWindow()

Implementation

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