categoryDeleteConfirmation method
- String name
override
No description provided for @categoryDeleteConfirmation.
In en, this message translates to: 'Are you sure you want to delete '{name}'?\nPress Delete if you're sure or press Cancel to go back.'
Implementation
@override
String categoryDeleteConfirmation(String name) {
return 'Sei sicuro di voler eliminare \'$name\'?\nPremi Elimina per confermare o Annulla per tornare indietro.';
}