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