scanResults property

Stream<List<DeviceScanned>> scanResults

Returns a stream of List results while a scan is in progress.

  • The list contains all the results since the scan started.
  • The returned stream is never closed.

Implementation

static Stream<List<DeviceScanned>> get scanResults => _scanResultsList.stream;