ErrorCallback typedef

ErrorCallback = void Function(Object error, StackTrace stack, String zone)

Callback type for error handlers that want to receive intercepted errors.

Implementation

typedef ErrorCallback = void Function(
    Object error, StackTrace stack, String zone);