servicesStream property

  1. @Deprecated("removed. no replacement")
Stream<List<BluetoothService>> servicesStream

Implementation

@Deprecated("removed. no replacement")
Stream<List<BluetoothService>> get servicesStream async* {
  yield [];
}