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