ChatThreadController constructor
ChatThreadController({
- required RoomClient room,
Implementation
ChatThreadController({required this.room}) {
textFieldController.addListener(() {
notifyListeners();
});
}