getActiveScanners method
Get list of active (connected) scanners
Returns a map with 'scanners' (list) and 'count' (int)
Implementation
Future<Map<String, dynamic>> getActiveScanners() {
throw UnimplementedError('getActiveScanners() has not been implemented.');
}