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