getTranslationsByProjectSearch method
ResponseFuture<TranslationList>
getTranslationsByProjectSearch(
- ProjectSearch request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.TranslationList> getTranslationsByProjectSearch(
$1.ProjectSearch request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getTranslationsByProjectSearch, request,
options: options);
}