disableZoomButton static method

Future<void> disableZoomButton()

Disables the window's zoom button.

Implementation

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