fetchGuildEvents abstract method

Stream<GuildEvent> fetchGuildEvents({
  1. bool withUserCount = false,
})

Fetches from api list of events in guild

Implementation

Stream<GuildEvent> fetchGuildEvents({bool withUserCount = false});