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