mount method

void mount(
  1. Widget parent
)

Mounts the widget in the parent, and starts the activity.

Implementation

void mount(Widget parent) {
  initialize(parent.node.element!, true);
}