withLaterOneSub method

MetaGetBuilder withLaterOneSub(
  1. String? userOrTopic
)

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);
}