receivedMessageNotifier property

ValueNotifier<Message?> receivedMessageNotifier
final

Emits newly received messages accepted by the current session.

Implementation

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