download abstract method

Future<List<ScanResult>> download({
  1. DateTime? since,
})

Downloads scan results from cloud storage.

since — Only fetch results after this timestamp (incremental sync).

Implementation

Future<List<ScanResult>> download({DateTime? since});