deleteAPIKey_Pre method

Future<DeleteAPIKeyResponse> deleteAPIKey_Pre(
  1. ServiceCall call,
  2. Future<DeleteAPIKeyRequest> request
)

Implementation

$async.Future<$1.DeleteAPIKeyResponse> deleteAPIKey_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.DeleteAPIKeyRequest> request) async {
  return deleteAPIKey(call, await request);
}