mount abstract method

void mount(
  1. Component root, {
  2. String? target,
})

Mount the app to a target (e.g., DOM selector, widget tree).

Implementation

void mount(Component root, {String? target});