services property

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

Implementation

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