SyncLog constructor
SyncLog({
- Key? key,
- required BluetoothDevice connectDevice,
Implementation
SyncLog({super.key, required this.connectDevice});
SyncLog({super.key, required this.connectDevice});