createServiceAccountKey_Pre method

Future<ServiceAccountKey> createServiceAccountKey_Pre(
  1. ServiceCall $call,
  2. Future<CreateServiceAccountKeyRequest> $request
)

Implementation

$async.Future<$0.ServiceAccountKey> createServiceAccountKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.CreateServiceAccountKeyRequest> $request) async {
  return createServiceAccountKey($call, await $request);
}