postTick property

Stream<void> postTick

Emits an event after all events are completed.

Implementation

static Stream<void> get postTick => _postTickController.stream;