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