storeSessionData method
- @override
- String correlationId,
- String sessionId,
- dynamic data
override
Updates a session's data.
correlation_id
(optional) transaction id to trace execution through call chain.data
an data to be updated. Return (optional) Future that receives updated session Throws error.