setPostList method Null safety
Set the fetched List
Implementation
setPostList(List<Post> postList) {
postTilesList = [];
postTilesList = postList;
notifyListeners();
}
Set the fetched List
setPostList(List<Post> postList) {
postTilesList = [];
postTilesList = postList;
notifyListeners();
}