showMiniaturizeButton static method

Future<void> showMiniaturizeButton()

Shows the window's miniaturize button.

The miniaturize button is visible by default.

Implementation

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