onMemberJoinedFromChatRoom property Null safety
final
Occurs when a member join the chatroom.
Implementation
final void Function(String roomId, String participant)?
onMemberJoinedFromChatRoom;
Occurs when a member join the chatroom.
final void Function(String roomId, String participant)?
onMemberJoinedFromChatRoom;