getCharacteristic method
Implementation
Future<BluetoothRemoteGATTCharacteristic> getCharacteristic(
dynamic characteristic) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'getCharacteristic', [characteristic]));
Future<BluetoothRemoteGATTCharacteristic> getCharacteristic(
dynamic characteristic) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'getCharacteristic', [characteristic]));