getCollection abstract method

FutureOr<JsonObject> getCollection({
  1. required String collectionPath,
})

Implementation

FutureOr<JsonObject> getCollection({
  required String collectionPath,
});