bleState property

Stream<BleState> bleState

bleState is a stream to get current Ble Status

Implementation

static Stream<BleState> get bleState => _bleStateStreamController.stream;