scanHistory property
List<ScanResult>
get
scanHistory
In-memory log of recent scan history.
Implementation
List<ScanResult> get scanHistory => List.unmodifiable(_scanHistory);
In-memory log of recent scan history.
List<ScanResult> get scanHistory => List.unmodifiable(_scanHistory);