attachRootComponent method

  1. @override
void attachRootComponent(
  1. Component app
)
override

Sets app as the new root of the component tree and performs an initial build

Implementation

@override
void attachRootComponent(Component app) async {
  super.attachRootComponent(ClientComponentRegistry(child: app));
}