deleteCollection abstract method

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

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

Implementation

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