1. DomName('BluetoothGATTCharacteristic.readValue')
  2. DocsEditable()
  3. Experimental()
Future readValue()

Source

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