restore method

Future<void> restore()

Restores the window to its normal state.

Implementation

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