ChatStoreBase constructor

ChatStoreBase(
  1. ChatScrollController chatScrollController,
  2. ChatConfig config
)

The constructor of the chat store.

Implementation

ChatStoreBase(
  this.chatScrollController,
  this.config,
) {
  _setup();
}