Skip to main content

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 
  1. talawa
  2. event_service
  3. EventService
  4. refreshFeed method
EventService class