maxDepth property
The max depth of the traversal stack Robo can explore.
Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
Implementation
core.int? maxDepth;
The max depth of the traversal stack Robo can explore.
Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
core.int? maxDepth;