ChatroomShowParticipantViewAction typedef

ChatroomShowParticipantViewAction = void Function(String roomId, List<ChatroomParticipantPageController>?)

Implementation

typedef ChatroomShowParticipantViewAction = void Function(
    String roomId, List<ChatroomParticipantPageController>?);