onScanResult property
A stream that emits RoomPlanResult
during an active scan.
The updates can be used to provide real-time feedback to the user. The result will be null if parsing of the native data fails.
Implementation
final Stream<ScanResult?> onScanResult;