refreshAllStory method

Future<void> refreshAllStory()

Implementation

Future<void> refreshAllStory() async {
  log("Refresh All Story");
  await fetchstory(refreshStroy: true);
}