storagePrefix constant
String
const storagePrefix
Namespace for stored histories, kept distinct from settings/cache keys.
An app embedding this package passes its own prefix to
CommandHistory.load so its histories do not collide with another app's
on the same origin.
Implementation
static const String storagePrefix = 'omnyshell.history.';