removeLock abstract method

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

Implementation

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