bleStatusStream property

Stream<BleStatus> bleStatusStream

Provide a Stream of the current BleStatus of the host device.

Implementation

Stream<BleStatus> get bleStatusStream => _bleScanner.bleStatusStream;