sendRawLine method
- String line
Send a line the engine does not model. The escape hatch, so you are never stuck waiting on it.
Implementation
void sendRawLine(String line) {
_alive();
command({'type': 'send_raw_line', 'line': line});
}
Send a line the engine does not model. The escape hatch, so you are never stuck waiting on it.
void sendRawLine(String line) {
_alive();
command({'type': 'send_raw_line', 'line': line});
}