ClientState constructor

ClientState(
  1. StreamChatClient _client
)

Creates a new instance listening to events and updating the state

Implementation

ClientState(this._client);