read property

bool read

Check to see if read is available in this characteristic.

If this is true then you can use BluetoothCharacteristic.readValue. Though it may still throw a SecurityError

See: BluetoothCharacteristic.readValue.

Implementation

bool get read => _properties.read;