isNameExist abstract method

Future<bool> isNameExist(
  1. String collectionId, {
  2. required String value,
  3. String name = 'name',
})

Implementation

Future<bool> isNameExist(
  String collectionId, {
  required String value,
  String name = 'name',
});