getDescriptor method

Future<BluetoothRemoteGATTDescriptor> getDescriptor(
  1. dynamic descriptor
)

Implementation

Future<BluetoothRemoteGATTDescriptor> getDescriptor(dynamic descriptor) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'getDescriptor', [descriptor]));