download abstract method
Downloads scan results from cloud storage.
since — Only fetch results after this timestamp (incremental sync).
Implementation
Future<List<ScanResult>> download({DateTime? since});
Downloads scan results from cloud storage.
since — Only fetch results after this timestamp (incremental sync).
Future<List<ScanResult>> download({DateTime? since});