- @DomName('BluetoothGATTService.getCharacteristic')
- @DocsEditable()
- @Experimental()
Source
@DomName('BluetoothGATTService.getCharacteristic')
@DocsEditable()
@Experimental() // untriaged
Future getCharacteristic(/*BluetoothCharacteristicUUID*/ characteristic) =>
convertNativePromiseToDartFuture(_blink.BlinkBluetoothGATTService.instance
.getCharacteristic_Callback_1_(this, characteristic));