messageStreamController property

StreamController<List<ChatModel>> messageStreamController
getter/setter pair

Represents message stream of chat

Implementation

StreamController<List<ChatModel>> messageStreamController =
    StreamController();