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