charValueUpdateStream property

Stream<CharacteristicValue> charValueUpdateStream

Stream that provides value updates about the characteristics that are read or subscribed to.

Implementation

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