defaultSecureBoxKey constant

String const defaultSecureBoxKey

The default key for accessing the secure storage box. Used to store sensitive data securely, typically with encryption.

Implementation

static const String defaultSecureBoxKey =
    '__STORAGE_REPOSITORY:DEFAULT_SECURE_BOX__';