clear abstract method

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

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

Implementation

Future<void> clear(List<Collection> collections);