createRootView method
Implementation
void createRootView(T loadContext, RootWidgetViewModel viewModel) {
_loadContextMap[viewModel.id] = loadContext;
_domHolder.addRoot(_domHolder.id, viewModel.id);
}
void createRootView(T loadContext, RootWidgetViewModel viewModel) {
_loadContextMap[viewModel.id] = loadContext;
_domHolder.addRoot(_domHolder.id, viewModel.id);
}