disableReceipt property
- @Deprecated('The property disableReceipt is deprecated and will be removed in the future releases. Use hideReceipt instead.')
final
disableReceipt controls visibility of read receipts and also disables logic executed inside onMessagesRead and onMessagesDelivered listeners
Implementation
@Deprecated(
'The property disableReceipt is deprecated and will be removed in the future releases. Use hideReceipt instead.')
final bool? disableReceipt;