Pushes input into the backend.
void addInput(List<int> bytes) { if (_disposed) return; _inputController.add(bytes); }