clearPostTileList method Null safety
Clear the user's profile data
Implementation
clearPostTileList() {
userData = UserData();
notifyListeners();
}
Clear the user's profile data
clearPostTileList() {
userData = UserData();
notifyListeners();
}