HomeViewModel

@Inject
fun HomeViewModel(    dispatchers: CoroutineDispatchers,     productsAPI: ProductsAPI,     sharedPrefs: SharedPreferences,     localeManager: LocaleManager)