onScanResults property

Emits one result per detected item during the active scan session (0..N).

Implementation

Stream<WrapperSessionScanResultsResponse> get onScanResults =>
    _scanResultsController.stream;