scanResults property

Stream<List<BluetoothDevice>> get scanResults

扫描结果事件流。

Implementation

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