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) { lastView = view; views.add(view); }