getDataSources method

Future<List<String>> getDataSources()

Fetches the list of available scanners from a data source.

Returns a Future<List<String>> containing the names of available scanners.

Implementation

Future<List<String>> getDataSources() {
  throw UnimplementedError('init() has not been implemented.');
}