onResult property
Stream<ScanResult>
get
onResult
Stream emitting valid detected ScanResult objects.
Implementation
Stream<ScanResult> get onResult => _scanEventController.stream;
Stream emitting valid detected ScanResult objects.
Stream<ScanResult> get onResult => _scanEventController.stream;