You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final finder =ScannerFinder();
final scanner = finder.lookup().first;
scanner.configure(
ScanOptions(
mode:ScanMode.color,
resolution:600,
...
)
);
final scanStream = scanner.scan();
The text was updated successfully, but these errors were encountered:
This package should totally abstract SANE.
The text was updated successfully, but these errors were encountered: