defaultParticipantList static method
- required ParticipantListOptions options,
Implementation
static Widget defaultParticipantList(
{required ParticipantListOptions options}) {
return ParticipantList(options: options);
}
static Widget defaultParticipantList(
{required ParticipantListOptions options}) {
return ParticipantList(options: options);
}