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