windowClosedEventsController property
Emitted whenever the AffogatoWindow is closed. Usually, the last event emitted before the whole widget is disposed.
Implementation
static final StreamController<WindowClosedEvent>
windowClosedEventsController = StreamController.broadcast();