close method

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

Closes the window with the given id.

Implementation

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