disableZoomButton static method
Disables the window's zoom button.
Implementation
static Future<void> disableZoomButton() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('disableZoomButton');
}
Disables the window's zoom button.
static Future<void> disableZoomButton() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('disableZoomButton');
}