clear method
Remove all documents from the vector store.
Implementation
Future<void> clear() => FlutterGemmaPlugin.instance.clearVectorStore();
Remove all documents from the vector store.
Future<void> clear() => FlutterGemmaPlugin.instance.clearVectorStore();