onClose property

  1. @override
Callback? onClose
getter/setter pairinherited

Invoked before closing the channel. Then all the awating takers will be invoked with End

Implementation

@override
Callback? onClose;