menu
universal_ble_backend package
documentation
universal_ble_characteristic.dart
UniversalBleCharacteristic
notifyData method
notifyData method
dark_mode
light_mode
notifyData
method
@
protected
void
notifyData
(
Uint8List
data
)
inherited
Implementation
@protected void notifyData(Data data) { if (canNotifyData()) _dataStreamController.add(data); }
universal_ble_backend package
documentation
universal_ble_characteristic
UniversalBleCharacteristic
notifyData method
UniversalBleCharacteristic class