lookupKey_Pre method

Future<LookupKeyResponse> lookupKey_Pre(
  1. ServiceCall $call,
  2. Future<LookupKeyRequest> $request
)

Implementation

$async.Future<$0.LookupKeyResponse> lookupKey_Pre($grpc.ServiceCall $call,
    $async.Future<$0.LookupKeyRequest> $request) async {
  return lookupKey($call, await $request);
}