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