I use @ngxs/storage-plugin to sync app states into localstorage. The default storage key for serialized states is @@STATE, is there a way to rename the default key?
I noticed when calling NgxsStoragePluginModule.forRoot, I can use key option to change storage key of a slice of states, but it was not working when I try to store the whole states