deleteServiceAccountKey_Pre method

Future<Empty> deleteServiceAccountKey_Pre(
  1. ServiceCall $call,
  2. Future<DeleteServiceAccountKeyRequest> $request
)

Implementation

$async.Future<$1.Empty> deleteServiceAccountKey_Pre($grpc.ServiceCall $call,
    $async.Future<$0.DeleteServiceAccountKeyRequest> $request) async {
  return deleteServiceAccountKey($call, await $request);
}