listSources method

Future<List<SourceEntry>> listSources()

Get a list of all stored sources.

Implementation

Future<List<SourceEntry>> listSources() async {
  return await rust_rag.listSources();
}