debugDumpPipelineOwnerTree function
Prints a textual representation of the PipelineOwner tree rooted at RendererBinding.rootPipelineOwner.
Implementation
void debugDumpPipelineOwnerTree() {
debugPrint(RendererBinding.instance.rootPipelineOwner.toStringDeep());
}