restore method

Future<void> restore()

Restores the window from minimized state to its previous state.

Implementation

Future<void> restore() async {
  await _channel.invokeMethod('restore');
}