closeWindow method
Implementation
closeWindow(Key key) {
final window = _findWindowWithIndex(key);
_windows.remove(window.windowState);
notifyListeners();
}
closeWindow(Key key) {
final window = _findWindowWithIndex(key);
_windows.remove(window.windowState);
notifyListeners();
}