statusStream property

Stream<BACtrackStatus> statusStream

This Stream emits BACtrackStatus objects to allow the Flutter application to monitor the state of the BACtrack SDK and device.

Implementation

Stream<BACtrackStatus> get statusStream => _statusStreamController.stream;