defaultParticipantList static method

Widget defaultParticipantList({
  1. required ParticipantListOptions options,
})

Implementation

static Widget defaultParticipantList(
    {required ParticipantListOptions options}) {
  return ParticipantList(options: options);
}