onConversationSynchronizationChange property

Stream<Conversation> onConversationSynchronizationChange
getter/setter pair

Called when conversation synchronization status changed.

Use Conversation.synchronizationStatus to obtain new conversation status.

Implementation

late Stream<Conversation> onConversationSynchronizationChange;