UpdateParticipants typedef
UpdateParticipants =
void Function(List<Participant> )
Callback function type for updating participant data.
Implementation
typedef UpdateParticipants = void Function(List<Participant>);
Callback function type for updating participant data.
typedef UpdateParticipants = void Function(List<Participant>);