lock static method

void lock(
  1. String key
)

Implementation

static void lock(String key) {
  _lockedKeys.add(key);
}