createRoot method
Create a root component
Implementation
Future<void> createRoot(DCFComponentNode component) async {
await isReady;
return _vdom.createRoot(component);
}
Create a root component
Future<void> createRoot(DCFComponentNode component) async {
await isReady;
return _vdom.createRoot(component);
}