delete_history_message property

  1. @override
String get delete_history_message
override

No description provided for @delete_history_message.

In en, this message translates to: 'This will permanently delete all messages in this conversation.\nThis action cannot be undone.'

Implementation

@override
String get delete_history_message =>
    'This will permanently delete all messages in this conversation.\\nThis action cannot be undone.';