setLock abstract method

void setLock(
  1. String collectionName,
  2. String? itemId, {
  3. bool catchExceptions = true,
})

Implementation

void setLock(
  String collectionName,
  String? itemId, {
  bool catchExceptions = true,
});