getKey_Pre method

Future<Key> getKey_Pre(
  1. ServiceCall $call,
  2. Future<GetKeyRequest> $request
)

Implementation

$async.Future<$2.Key> getKey_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.GetKeyRequest> $request) async {
  return getKey($call, await $request);
}