onWindowEnd property

(List<T> Function(List<T> queue)?) onWindowEnd
finalinherited

Handler which fires when the window closes

Implementation

final T Function(List<S> queue)? onWindowEnd;