debugDumpApp function Null safety
Print a string representation of the currently running app.
Implementation
void debugDumpApp() {
debugPrint(_debugDumpAppString());
}
Print a string representation of the currently running app.
void debugDumpApp() {
debugPrint(_debugDumpAppString());
}