confirmDeleteChat property

  1. @override
String get confirmDeleteChat
override

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

Implementation

@override
String get confirmDeleteChat =>
    '¿Estás seguro de que quieres eliminar este chat? Esta acción no se puede deshacer.';