void logCommand(String command, String argument) { if (logFunction != null) { logFunction!('Command: $command, Argument: $argument'); } }