hide method

Future<void> hide()

Hides the window.

Implementation

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