Resizes the remote terminal.
@override void resize({required int cols, required int rows}) => _shell.resize(cols: cols, rows: rows);