checkCollectionIdExists method

Future<bool> checkCollectionIdExists(
  1. String collectionId
)

Implementation

Future<bool> checkCollectionIdExists(String collectionId) =>
    source.containsKey(collectionId);