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