unzoomWindow static method
Unzooms the window.
Implementation
static Future<void> unzoomWindow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('unzoomWindow');
}
Unzooms the window.
static Future<void> unzoomWindow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('unzoomWindow');
}