getRootWidget method
Returns a JSON representation of the DiagnosticsNode for the root Element.
Implementation
String getRootWidget(String groupName) {
return _safeJsonEncode(_getRootWidget(groupName));
}
Returns a JSON representation of the DiagnosticsNode for the root Element.
String getRootWidget(String groupName) {
return _safeJsonEncode(_getRootWidget(groupName));
}