descriptorWriteRequested property
Stream<GATTDescriptorWriteRequestedEventArgs>
get
descriptorWriteRequested
Tells that the local peripheral device received an Attribute Protocol (ATT) write request for a descriptor with a dynamic value.
This event is available on Android and Windows, throws UnsupportedError on other platforms.
Implementation
Stream<GATTDescriptorWriteRequestedEventArgs> get descriptorWriteRequested;