clearPostTileList method Null safety

dynamic clearPostTileList()

Clear the user's profile data

Implementation

clearPostTileList() {
  userData = UserData();
  notifyListeners();
}