hideZoomButton static method

Future<void> hideZoomButton()

Hides the window's zoom button.

Implementation

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