addPostTileInList method Null safety
- Post newPost
Add a post to the fetched List
Implementation
addPostTileInList(Post newPost) {
subredditPostTilesList.add(newPost);
notifyListeners();
}
Add a post to the fetched List
addPostTileInList(Post newPost) {
subredditPostTilesList.add(newPost);
notifyListeners();
}