channelMessageUpsertedNotifier property

ValueNotifier<Message?> channelMessageUpsertedNotifier
final

Emits messages that should update channel list previews.

Implementation

final ValueNotifier<Message?> channelMessageUpsertedNotifier =
    ValueNotifier<Message?>(null);