bleStatusStream property

Stream<BleStatus> bleStatusStream

Stream that provides status updates regarding the host device BLE sub system.

In general this stream will be listened to on app startup to determine whether or not ble is switched on or authorized.

Implementation

Stream<BleStatus> get bleStatusStream {
  throw UnimplementedError('bleStatusStream has not been implemented.');
}