setupDrawer method
Implementation
Future<DrawerModel> setupDrawer(PublicMediumModel? logo) async {
return await mainrepo.AbstractRepositorySingleton.singleton
.drawerRepository(theApp.documentID)!
.add(_drawer(logo));
}
Future<DrawerModel> setupDrawer(PublicMediumModel? logo) async {
return await mainrepo.AbstractRepositorySingleton.singleton
.drawerRepository(theApp.documentID)!
.add(_drawer(logo));
}