handleWebInterfaceCommand method Null safety
- String command
Handles commands from the web interface.
- Parameter
commandThe command to handle.
Implementation
static void handleWebInterfaceCommand(String command) {
Logger.called('handleWebInterfaceCommand');
_webInterface.handleWebInterfaceCommand(command);
}