withLaterDesc method
Add query parameters to fetch topic description if it's newer than the last update
Implementation
MetaGetBuilder withLaterDesc() {
return withDesc(_getIms());
}
Add query parameters to fetch topic description if it's newer than the last update
MetaGetBuilder withLaterDesc() {
return withDesc(_getIms());
}