encryptionKey constant
String
const encryptionKey
The key used for encryption within the storage repository. This is crucial for securely storing sensitive data.
Implementation
static const String encryptionKey = '__STORAGE_REPOSITORY:ENCRYPTION_KEY__';