LbSetupBluetoothDeviceList constructor

const LbSetupBluetoothDeviceList({
  1. Key? key,
  2. required BleScannerState scannerState,
  3. required void startScan(),
  4. required VoidCallback stopScan,
})

Implementation

const LbSetupBluetoothDeviceList(
    {Key? key,
    required this.scannerState,
    required this.startScan,
    required this.stopScan})
    : super(key: key);