deleteCollection abstract method

FutureOr<void> deleteCollection({
  1. required String collectionPath,
})

Implementation

FutureOr<void> deleteCollection({
  required String collectionPath,
});