unlock method

void unlock()

Implementation

void unlock() => _inLocks.remove(identityHashCode(this))?.complete();