getIncludedService method

Future<BluetoothRemoteGATTService> getIncludedService(
  1. dynamic service
)

Implementation

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