enableMiniaturizeButton static method
Enables the window's miniaturize button.
The miniaturize button is enabled by default.
Implementation
static Future<void> enableMiniaturizeButton() async {
await _completer.future;
await _windowManipulatorMethodChannel
.invokeMethod('enableMiniaturizeButton');
}