scanResults property

Stream<List<ScanDevice>> get scanResults

Stream of discovered devices.

Implementation

Stream<List<ScanDevice>> get scanResults {
  throw UnimplementedError('scanResults has not been implemented.');
}