deviceCtr property

StreamController<List<BluetoothDevice?>?> deviceCtr
getter/setter pair

Implementation

StreamController<List<BluetoothDevice?>?> deviceCtr =
    StreamController.broadcast();