getInRoomMessageListStream method
messages notifier
Implementation
Stream<List<ZegoInRoomMessage>> getInRoomMessageListStream() {
return ZegoUIKitCore.shared.coreData.streamControllerMessageList?.stream ??
const Stream.empty();
}
messages notifier
Stream<List<ZegoInRoomMessage>> getInRoomMessageListStream() {
return ZegoUIKitCore.shared.coreData.streamControllerMessageList?.stream ??
const Stream.empty();
}