pendingMessageCountNotifier property

ValueListenable<int> get pendingMessageCountNotifier
inherited

Live notifier — wrap with ValueListenableBuilder in the UI to show a "queued messages" indicator.

Implementation

ValueListenable<int> get pendingMessageCountNotifier => _pendingCountNotifier;