ChatThreadController constructor

ChatThreadController({
  1. required RoomClient room,
})

Implementation

ChatThreadController({required this.room}) {
  textFieldController.addListener(() {
    notifyListeners();
  });
}