updateStream property

Stream<bool> updateStream

a stream of updates when the timecode internal timer is running NOTE: The stream gets another true value every time it updates.

Implementation

Stream<bool> get updateStream => _streamController.stream;