channelMessageUpsertedNotifier property
Emits messages that should update channel list previews.
Implementation
final ValueNotifier<Message?> channelMessageUpsertedNotifier =
ValueNotifier<Message?>(null);
Emits messages that should update channel list previews.
final ValueNotifier<Message?> channelMessageUpsertedNotifier =
ValueNotifier<Message?>(null);