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