defaultBoxKey constant

String const defaultBoxKey

The default key for accessing the general storage box. Used to store non-sensitive, application-wide data.

Implementation

static const String defaultBoxKey = '__STORAGE_REPOSITORY:DEFAULT_BOX__';