onComplete property

EventStream<Event> onComplete

Implementation

EventStream<Event> get onComplete => on<Event>(Event.COMPLETE);