changeCategory method Null safety
Change posts fetched category
Implementation
changeCategory(String newCategory, String newCategoryType) {
categoryType = newCategoryType;
fetchedCategory = newCategory;
notifyListeners();
}
Change posts fetched category
changeCategory(String newCategory, String newCategoryType) {
categoryType = newCategoryType;
fetchedCategory = newCategory;
notifyListeners();
}