refreshFeed method
[Future<[void>]]
Refreshes the event feed by fetching the latest events from the API and updating the event stream.
This method retrieves the latest events using the
getNewFeedAndRefreshCache
method and adds the new events to the event
stream.
params: None
returns: None
Implementation
Future<void> async
- talawa
- event_service
- EventService
- refreshFeed method