MutableExtraStore
A ExtraStore subclass that allows for data updates.
Constructors
Link copied to clipboard
constructor()
Creates an empty MutableExtraStore.
Functions
Link copied to clipboard
Removes the value associated with the provided key.
Link copied to clipboard
Saves the provided value to this MutableExtraStore, associating the value with the given key.