preTick property

Stream<void> preTick

Emits an event before any other actions take place on the tick.

Implementation

static Stream<void> get preTick => _preTickController.stream;