characteristicValues property
Stream<BluetoothCharacteristicValue>
get
characteristicValues
监听 GATT 特征通知、指示或读值更新。
无参数。需要先调用 setCharacteristicNotification 开启订阅。
Implementation
Stream<BluetoothCharacteristicValue> get characteristicValues {
throw UnimplementedError('characteristicValues has not been implemented.');
}