Support removing storage keys #8667
Labels
cross-screen
Issues that affect multiple DevTools screens, i.e. shared functionality and widgets
P3
issues we think are valid but not important
Currently we allow getting and setting keys from browser storage:
devtools/packages/devtools_app/lib/src/shared/primitives/storage.dart
Line 9 in 2ffc52c
We might want to add the ability to remove storage keys that are no longer being used, for example
'inspector.inspectorV2Enabled'
(see https://github.com/flutter/devtools/pull/8650/files/3d572028dde72898d47ad4ad264d456f686d9d70#r1904515317)The text was updated successfully, but these errors were encountered: