ErrorCallback typedef

ErrorCallback = dynamic Function(Exception error)

Implementation

typedef ErrorCallback = Function(Exception err);