unlock method

  1. @protected
void unlock()

Unlocks this padlock.

Implementation

@protected
void unlock() => _isLocked = false;