areYouSureYouWantToDeleteItem method

  1. @override
String areYouSureYouWantToDeleteItem(
  1. Object item
)
override

No description provided for @areYouSureYouWantToDeleteItem.

In en, this message translates to: 'Are you sure you want to delete this {item}?'

Implementation

@override
String areYouSureYouWantToDeleteItem(Object item) {
  return 'Are you sure you want to delete this $item?';
}