getServiceAccountKey_Pre method

Future<ServiceAccountKey> getServiceAccountKey_Pre(
  1. ServiceCall $call,
  2. Future<GetServiceAccountKeyRequest> $request
)

Implementation

$async.Future<$0.ServiceAccountKey> getServiceAccountKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetServiceAccountKeyRequest> $request) async {
  return getServiceAccountKey($call, await $request);
}