deviceCharacteristicNotifyEnabledStream method

  1. @override
Stream<bool> deviceCharacteristicNotifyEnabledStream(
  1. String id,
  2. String serviceId,
  3. String characteristicId
)
override

Implementation

@override
Stream<bool> deviceCharacteristicNotifyEnabledStream(String id, String serviceId, String characteristicId) =>
    _deviceCharacteristicNotifyEnabledStreamController(id, serviceId, characteristicId).stream;