attachRootWidget method
Implementation
void attachRootWidget(Widget app) {
terminal.clear();
terminal.hideCursor();
_rootElement = app.createElement();
_rootElement!.mount(null);
}
void attachRootWidget(Widget app) {
terminal.clear();
terminal.hideCursor();
_rootElement = app.createElement();
_rootElement!.mount(null);
}