miniaturizeWindow static method
Minimizes the current window into the task bar.
Implementation
static Future<void> miniaturizeWindow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('miniaturizeWindow');
}
Minimizes the current window into the task bar.
static Future<void> miniaturizeWindow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('miniaturizeWindow');
}