ScanService constructor
ScanService({
- DiskCache? cache,
Creates a ScanService, optionally injecting a custom DiskCache.
Implementation
ScanService({DiskCache? cache}) : _cache = cache ?? DiskCache();
Creates a ScanService, optionally injecting a custom DiskCache.
ScanService({DiskCache? cache}) : _cache = cache ?? DiskCache();