isLocked abstract method

Future<bool> isLocked(
  1. String collectionName,
  2. String? itemId, {
  3. bool catchExceptions = true,
})

Implementation

Future<bool> isLocked(
  String collectionName,
  String? itemId, {
  bool catchExceptions = true,
});