menu
flutter_defend package
documentation
core/secured_storage.dart
SecuredStorage
passphrase property
passphrase property
dark_mode
light_mode
passphrase
property
String
?
passphrase
final
传入的密码短语,用于生成 Caesar Cipher 的位移量
Implementation
final String? passphrase;
flutter_defend package
documentation
core/secured_storage
SecuredStorage
passphrase property
SecuredStorage class