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