isADeviceInChain_Pre method

Future<IsADeviceInChainResponse> isADeviceInChain_Pre(
  1. ServiceCall $call,
  2. Future<ReadDevicesRequest> $request
)

Implementation

$async.Future<$1.IsADeviceInChainResponse> isADeviceInChain_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.ReadDevicesRequest> $request) async {
  return isADeviceInChain($call, await $request);
}