debugDumpApp function

void debugDumpApp()

Print a string representation of the currently running app.

Implementation

void debugDumpApp() {
  debugPrint(_debugDumpAppString());
}