removeProject_Pre method
Future<RemoveProjectResponse>
removeProject_Pre(
- ServiceCall call,
- Future<
RemoveProjectRequest> request
Implementation
$async.Future<$0.RemoveProjectResponse> removeProject_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveProjectRequest> request) async {
return removeProject(call, await request);
}