scanStream property

Stream<ScanResult> scanStream

Stream providing ble scan results.

It is important to subscribe to this stream before scanning for devices since it can happen that some results are missed.

Implementation

Stream<ScanResult> get scanStream {
  throw UnimplementedError('scanStream has not been implemented.');
}