save<T> method
Null safety
override
Saves state into the store.
correlationId
(optional) transaction id to trace execution through call chain.key
a unique state key.value
a state value. @returns The state that was stored in the store.