uploadServiceAccountKey_Pre method

Future<ServiceAccountKey> uploadServiceAccountKey_Pre(
  1. ServiceCall $call,
  2. Future<UploadServiceAccountKeyRequest> $request
)

Implementation

$async.Future<$0.ServiceAccountKey> uploadServiceAccountKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.UploadServiceAccountKeyRequest> $request) async {
  return uploadServiceAccountKey($call, await $request);
}