CustomBluetoothDevice constructor

CustomBluetoothDevice({
  1. required String identifier,
  2. String? name,
  3. int? bondState,
})

Implementation

CustomBluetoothDevice({required this.identifier, this.name, this.bondState});