getAvailableScanners method

Future<Map<String, dynamic>> getAvailableScanners()

Get list of available scanners

Returns a map with 'scanners' (list) and 'count' (int)

Implementation

Future<Map<String, dynamic>> getAvailableScanners() {
  throw UnimplementedError(
    'getAvailableScanners() has not been implemented.',
  );
}