fetchAttendeesByEvent method
[Future] fetchAttendeesByEvent(
- [[String] eventId]
)
This function is used to fetch all registrants of an event.
params:
eventId
: id of an event.
returns:
Future<dynamic>
: Information about event registrants.
Implementation
Future<dynamic> fetchAttendeesByEvent(String eventId) async
- talawa
- event_service
- EventService
- fetchAttendeesByEvent method