LbSetupBluetoothStatusPage constructor

const LbSetupBluetoothStatusPage({
  1. required BleStatus status,
  2. Key? key,
})

Implementation

const LbSetupBluetoothStatusPage({required this.status, Key? key})
    : super(key: key);