debugDumpLayerTree method
Dumps the layer tree.
Implementation
Future<Response> debugDumpLayerTree(String isolateId) async {
return await vmService.callServiceExtension(
'ext.flutter.debugDumpLayerTree',
isolateId: isolateId,
args: {},
);
}