ChatThreadLoader constructor
const
ChatThreadLoader({})
Implementation
const ChatThreadLoader({
super.key,
required this.path,
required this.room,
this.participants,
this.participantNames,
this.includeLocalParticipant = true,
this.builder,
this.loadingBuilder,
});