unlock method

GlobalReference unlock()

Implementation

GlobalReference unlock() {
  Globals.unlock(key);
  return this;
}