debugDumpLayerTree function
Prints a textual representation of the layer trees.
It prints the trees associated with every RenderView in RendererBinding.renderViews, separated by two blank lines.
Implementation
void debugDumpLayerTree() {
debugPrint(_debugCollectLayerTrees());
}