deleteCollection abstract method

FutureOr<void> deleteCollection(
  1. String name, [
  2. String scope = Scope.defaultName
])

Deletes the Collection with the given name in the given scope.

Implementation

FutureOr<void> deleteCollection(
  String name, [
  String scope = Scope.defaultName,
]);