releaseLock abstract method
Releases prevously acquired lock by its key.
correlationId
(optional) transaction id to trace execution through call chain.key
a unique lock key to release. Return Future that receives null for success. Throws error
Implementation
@override
Future releaseLock(String? correlationId, String key);