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