clearPostTileList method Null safety

dynamic clearPostTileList()

Clear the List<Post>

Implementation

clearPostTileList() {
  postTilesList.clear();
  notifyListeners();
}