ErrorHandler typedef

ErrorHandler = void Function(Object e, StackTrace? s)

The type of an error handler function.

Implementation

typedef ErrorHandler = void Function(Object e, StackTrace? s);