- Flutter
- stack_trace library
stack_trace
Classes
-
Chain
-
A chain of stack traces.
-
Frame
-
A single stack frame. Each frame points to a precise location in Dart code.
-
Trace
-
A stack trace, comprised of a list of stack frames.
-
UnparsedFrame
-
A frame that failed to parse.
Typedefs
-
ChainHandler
= void Function(dynamic error, Chain chain)
-
A function that handles errors in the zone wrapped by Chain.capture.
Deprecated('Will be removed in stack_trace 2.0.0.')">@Deprecated('Will be removed in stack_trace 2.0.0.')