ChainHandler typedef Null safety
- @Deprecated('Will be removed in stack_trace 2.0.0.')
A function that handles errors in the zone wrapped by Chain.capture.
Implementation
@Deprecated('Will be removed in stack_trace 2.0.0.')
typedef ChainHandler = void Function(dynamic error, Chain chain);