🔧 SDK ReferenceManagersStorageManagerPersistentStoreManagersetsetSets a value in the store.Syntaxstore.set(key, value);ParametersNameTypeDescriptionkeystringThe key of the value to set.valueanyThe value to set.ReturnsPromise<void> - A promise that resolves when the value is set.Exampleawait store.set('player1', 100);Available on: Client Server