refreshAllPosts method
Implementation
Future<void> refreshAllPosts() async {
log("Refresh All Posts");
await fetchsocailposts(refreshPost: true);
}
Future<void> refreshAllPosts() async {
log("Refresh All Posts");
await fetchsocailposts(refreshPost: true);
}