clearPostTileList method Null safety
Clear the List<Post>
Implementation
clearPostTileList() {
subredditPostTilesList.clear();
notifyListeners();
}
Clear the List<Post>
clearPostTileList() {
subredditPostTilesList.clear();
notifyListeners();
}