registerBottomNavigationGetItDI function

void registerBottomNavigationGetItDI()

Implementation

void registerBottomNavigationGetItDI() {
  /// ----------------- Bottom Navigation ------------------

  // View Models
  sl.registerFactory<BadgeCountCubit>(() => BadgeCountCubit());
  sl.registerFactory<BottomNavBarCubit>(() => BottomNavBarCubit());
}