minimize method

Future<void> minimize()

Minimizes the window.

Implementation

Future<void> minimize() => _platform.minimize(_id);