confirmDeleteConversation property

  1. @override
String get confirmDeleteConversation
override

In en, this translates to : **'Are you sure you want to delete this conversation? This action cannot be undone.'

Implementation

@override
String get confirmDeleteConversation =>
    'Are you sure you want to delete this conversation? This action cannot be undone.';