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 =>
    '¿Estás seguro de que deseas eliminar esta conversación? Esta acción no se puede deshacer.';