deleteKey_Pre method
- ServiceCall call,
- Future<
DeleteKeyRequest> request
Implementation
$async.Future<$11.DeleteKeyResponse> deleteKey_Pre($grpc.ServiceCall call, $async.Future<$11.DeleteKeyRequest> request) async {
return deleteKey(call, await request);
}