unlock method

void unlock()

Unlocks the cassette so that it can be written to.

Implementation

void unlock() {
  _locked = false;
}