deleteAccountConfirmation property

  1. @override
String deleteAccountConfirmation
inherited

Message shown to users to ask to confirm the deletion of their account. Moting, that this can not be undone

Implementation

@override
String get deleteAccountConfirmation =>
    'Bist du sicher, dass du deinen Account löschen möchtest?\nDies kann nicht rückgängig gemacht werden.';