lock method

  1. @internal
void lock()

Implementation

@internal
void lock() {
  notifyListeners();
  onLock();
}