getIncludedServices method

Future<Iterable<BluetoothRemoteGATTService>> getIncludedServices([
  1. dynamic service
])

Implementation

Future<Iterable<BluetoothRemoteGATTService>> getIncludedServices(
        [dynamic service]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'getIncludedServices', [service]));