onLastDeliveredAtUpdated property
void Function({required Client client, required Conversation conversation})?
onLastDeliveredAtUpdated
getter/setter pair
The Conversation.lastDeliveredAt of the conversation
has been updated.
Implementation
void Function({
required Client client,
required Conversation conversation,
})? onLastDeliveredAtUpdated;