clear method

  1. @override
Future<void> clear(
  1. String collection
)
override

Implementation

@override
clear(String collection) async {
  await super.clear(collection);
  _controller.add(getFileDataStores());
}