attachRootComponent method
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));
}
Sets app as the new root of the component tree and performs an initial build
@override
void attachRootComponent(Component app) async {
super.attachRootComponent(ClientComponentRegistry(child: app));
}