scanResults property
Returns a stream of List
- 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;
Returns a stream of List
static Stream<List<DeviceScanned>> get scanResults => _scanResultsList.stream;