deleteWalletConfirmationMessage property

  1. @override
String get deleteWalletConfirmationMessage
override

Message for delete wallet confirmation dialog

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

Implementation

@override
String get deleteWalletConfirmationMessage =>
    'Sei sicuro di voler eliminare questo portafoglio? Questa azione non può essere annullata.';