SyncLog constructor

SyncLog({
  1. Key? key,
  2. required BluetoothDevice connectDevice,
})

Implementation

SyncLog({super.key, required this.connectDevice});