sessionState property

ValueNotifier<ChatSessionState> get sessionState

User-scoped readiness notifier.

Implementation

ValueNotifier<ChatSessionState> get sessionState => _sessionState;