flatFeed abstract method

FlatFeed flatFeed(
  1. String slug, [
  2. String? userId
])

Convenient getter for FlatFeed:

Flat is the default feed type - and the only feed type that you can follow.

It's not possible to follow either aggregated or notification feeds.

You can create new feed groups based on the flat type in the dashboard.

Implementation

FlatFeed flatFeed(String slug, [String? userId]);