deleteCollection abstract method

  1. @override
void deleteCollection(
  1. String name, [
  2. String scope = Scope.defaultName
])
override

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

Implementation

@override
void deleteCollection(
  String name, [
  String scope = Scope.defaultName,
]);