getAvailableScanners method
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.',
);
}