ChatStoreBase constructor
ChatStoreBase(
- ChatScrollController chatScrollController,
- ChatConfig config
The constructor of the chat store.
Implementation
ChatStoreBase(
this.chatScrollController,
this.config,
) {
_setup();
}