getCharacteristics method

Future<Iterable<BluetoothRemoteGATTCharacteristic>> getCharacteristics([
  1. dynamic characteristic
])

Implementation

Future<Iterable<BluetoothRemoteGATTCharacteristic>> getCharacteristics(
        [dynamic characteristic]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'getCharacteristics', [characteristic]));