- @DomName('BluetoothGATTCharacteristic.readValue')
- @DocsEditable()
- @Experimental()
Source
@DomName('BluetoothGATTCharacteristic.readValue')
@DocsEditable()
@Experimental() // untriaged
Future readValue() => convertNativePromiseToDartFuture(_blink
.BlinkBluetoothGATTCharacteristic.instance
.readValue_Callback_0_(this));