hide method

  1. @override
Future<void> hide(
  1. int id
)

Hides the window with the given id.

Implementation

@override
Future<void> hide(int id) => _wm.invokeMethod(_wm.hide);