listSources method

Future<List<SourceEntry>> listSources()

Get a list of all stored sources.

Implementation

Future<List<SourceEntry>> listSources() => _engine!.listSources();