lockRelease method
Perform a lock release
Implementation
void lockRelease(String name,
{required Function perform, bool shouldSetState = true}) async {
updatePageState("lock-release",
{"name": name, "perform": perform, "shouldSetState": shouldSetState});
}