disableReceipt property

  1. @Deprecated('The property disableReceipt is deprecated and will be removed in the future releases. Use hideReceipt instead.')
bool? disableReceipt
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;