hardDeleteProject_Pre method
- ServiceCall $call,
- Future<
HardDeleteProjectRequest> $request
Implementation
$async.Future<$0.StatusResponse> hardDeleteProject_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.HardDeleteProjectRequest> $request) async {
return hardDeleteProject($call, await $request);
}