setupDashboard static method
Implementation
static Future<FeedFrontModel> setupDashboard(AppModel app, FeedModel feed,
String uniqueId, String componentIdentifier) async {
return await feedFrontRepository(appId: app.documentID)!
.add(_dashboardModel(app, feed, uniqueId, componentIdentifier));
}