runApp function
Main entry point for the browser app.
Implementation
ClientAppBinding runApp(Component app, {String attachTo = 'body'}) {
return ClientAppBinding()..attachRootComponent(app, attachTo: attachTo);
}
Main entry point for the browser app.
ClientAppBinding runApp(Component app, {String attachTo = 'body'}) {
return ClientAppBinding()..attachRootComponent(app, attachTo: attachTo);
}