unzoomWindow static method

Future<void> unzoomWindow()

Unzooms the window.

Implementation

static Future<void> unzoomWindow() async {
  await _completer.future;
  await _windowManipulatorMethodChannel.invokeMethod('unzoomWindow');
}