flutter_secure_storage_devtool library

Constants

secureStorageCommandEventKind → const String
The event kind used to receive commands from the DevTools extension.
secureStorageDevToolsEventKind → const String
The event kind used to send Flutter Secure Storage data to the DevTools extension.
secureStorageUpdateEventKind → const String
The event kind used to send specific Flutter Secure Storage updates to the DevTools extension.

Functions

ensureServiceExtensionsRegistered() → void
Manually register service extensions for debugging purposes.
postSecureStorageToDevTools(FlutterSecureStorage storage) Future<void>
Posts Flutter Secure Storage data to the Flutter Secure Storage DevTools extension.
postSecureStorageUpdateToDevTools(String key, String? value, String operation) Future<void>
Posts a specific Flutter Secure Storage key-value update to the DevTools extension.
refreshSecureStorageData(FlutterSecureStorage storage) Future<void>
Manually refreshes all secure storage data and posts it to DevTools.
registerSecureStorageListener(FlutterSecureStorage storage, {Duration recheckInterval = const Duration(seconds: 5)}) Timer
Registers listeners for changes to Flutter Secure Storage and posts updates to DevTools.
stopSecureStorageListener(FlutterSecureStorage storage) → void
Helper function to compare two maps for equality Stops all listeners for secure storage monitoring.
testServiceExtensions() → void
Diagnostic function to test if service extensions are working