Subscribes to changes in the in-memory storage.
This function is like a subscription service, it allows other parts of the extension to listen for changes in the storage. When the storage changes, it notifies all the subscribers with the updated data.
The function to call when storage changes.
Subscribes to changes in the in-memory storage.
This function is like a subscription service, it allows other parts of the extension to listen for changes in the storage. When the storage changes, it notifies all the subscribers with the updated data.