clear method

  1. @override
Future<void> clear(
  1. List<Collection> collections
)
override

Clear function used to clear all documents under the given collections.

Implementation

@override
Future<void> clear(List<Collection> collections) {
  throw UnimplementedError();
}