withLaterOneSub method
Add query parameters to fetch a single subscription if it's been updated since the last update
Implementation
MetaGetBuilder withLaterOneSub(String? userOrTopic) {
return withOneSub(topic.lastSubsUpdate, userOrTopic);
}
Add query parameters to fetch a single subscription if it's been updated since the last update
MetaGetBuilder withLaterOneSub(String? userOrTopic) {
return withOneSub(topic.lastSubsUpdate, userOrTopic);
}