aggregatedFeed abstract method

AggregatedFeed aggregatedFeed(
  1. String slug, [
  2. String? userId
])

Convenient getter for AggregatedFeed:

Aggregated feeds are helpful for grouping activities.

Here are some examples of what you can achieve using aggregated feeds:

  • 'Eric followed 10 people'
  • 'Julie and 14 others liked your photo'

Implementation

AggregatedFeed aggregatedFeed(String slug, [String? userId]);