onValueReceived property

Stream<Uint8List> get onValueReceived

A stream of Uint8List that emits values received from the characteristic.

Implementation

Stream<Uint8List> get onValueReceived =>
    UniversalBle.characteristicValueStream(_deviceId, uuid);