categoryDeleteConfirmation method

  1. @override
String categoryDeleteConfirmation(
  1. 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 'Are you sure you want to delete \'$name\'?\nPress Delete if you\'re sure or press Cancel to go back.';
}