setupProfileDrawer method

Future<DrawerModel> setupProfileDrawer()

Implementation

Future<DrawerModel> setupProfileDrawer() async {
  return await mainrepo.AbstractRepositorySingleton.singleton
      .drawerRepository(theApp.documentID)!
      .add(_profileDrawer());
}