ErrorHandler typedef

ErrorHandler = dynamic Function(Object err)

Implementation

typedef ErrorHandler = Function(Object err);