stack_trace icon indicating copy to clipboard operation
stack_trace copied to clipboard

Add Chain.terse examples to readme

Open guyluz11 opened this issue 5 years ago • 0 comments

Currently I am using Future main() async { Chain.capture(() { myFunction() }; } and I am not sure where I should add Chain.terse if I want to get rid of all the frames I don't care about.

One line example to the readme of how to use it inside the code may help other people understand it too.

guyluz11 avatar Oct 26 '20 01:10 guyluz11