load<T> method
Null safety
override
Loads state from the store using its key. If value is missing in the stored it returns null.
correlationId
(optional) transaction id to trace execution through call chain.key
a unique state key. Returns the state value ornull
if value wasn't found.