secureStorageUpdateEventKind top-level constant
String
const secureStorageUpdateEventKind
The event kind used to send specific Flutter Secure Storage updates to the DevTools extension.
This is used for individual key-value changes.
Implementation
const String secureStorageUpdateEventKind = 'SecureStorageUpdate';