AsyncProfiler constructor
- {int stackDepth = _defaultStackDepth}
AsyncProfiler, optional stackDepth is how many stack frames before the current frame to report
Implementation
AsyncProfiler({this.stackDepth = _defaultStackDepth});
AsyncProfiler, optional stackDepth is how many stack frames before the current frame to report
AsyncProfiler({this.stackDepth = _defaultStackDepth});