Returns a dump of the layer tree.
Future<LayerTree> getLayerTree({ Duration? timeout }) async { return LayerTree.fromJson(await sendCommand(GetLayerTree(timeout: timeout))); }