zoomWindow static method

Future<void> zoomWindow()

Zooms the window.

Implementation

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