addFeed static method

void addFeed(
  1. AppModel app,
  2. BuildContext context
)

Implementation

static void addFeed(AppModel app, BuildContext context) {
  _openIt(
    app,
    context,
    true,
    FeedModel(
      appId: app.documentID,
      documentID: newRandomKey(),
    ),
  );
}