restore method
Restores the window from minimized state to its previous state.
Implementation
Future<void> restore() async {
await _channel.invokeMethod('restore');
}
Restores the window from minimized state to its previous state.
Future<void> restore() async {
await _channel.invokeMethod('restore');
}