onMessagePinChanged property
final
Occurs when the message pinning status changes.
This callback is triggered when the message pinning status changes.
Implementation
final void Function(
String messageId,
String conversationId,
MessagePinOperation pinOperation,
MessagePinInfo pinInfo,
)? onMessagePinChanged;