Renders the view to the terminal.
view is the string representation of the current UI state, or a View object containing metadata.
view
@override void render(Object view) { _pendingView = view; _dirty = true; }