listSources method
Get a list of all stored sources.
Implementation
Future<List<SourceEntry>> listSources() async {
return await rust_rag.listSources();
}
Get a list of all stored sources.
Future<List<SourceEntry>> listSources() async {
return await rust_rag.listSources();
}