clear method

Future<void> clear()

Remove all documents from the vector store.

Implementation

Future<void> clear() => FlutterGemmaPlugin.instance.clearVectorStore();