filter method Null safety
- List<
StackFrame> stackFrames, - List<
String?> reasons
Filters the list of StackFrames by updating corresponding indices in
reasons
.
To elide a frame or number of frames, set the string.
Implementation
void filter(List<StackFrame> stackFrames, List<String?> reasons);