pendingMessageCountNotifier property
Live notifier — wrap with ValueListenableBuilder in the UI to show a "queued messages" indicator.
Implementation
ValueListenable<int> get pendingMessageCountNotifier => _pendingCountNotifier;
Live notifier — wrap with ValueListenableBuilder in the UI to show a "queued messages" indicator.
ValueListenable<int> get pendingMessageCountNotifier => _pendingCountNotifier;