async-storage-plugin
async-storage-plugin copied to clipboard
Support State Tokens used for StateModel names
It is possible for a StateToken to be used for the name of a StateModel. Therefore, check for the presence of a StateToken in the name, otherwise fallback to a string.
Also, I updated the signature of the map to match the main StoragePlugin's signature.