listSources method

Future<List<SourceEntry>> listSources()

Implementation

Future<List<SourceEntry>> listSources() =>
    _engine.listSources(collectionId: _collectionId);