ErrorCallback typedef

ErrorCallback = dynamic Function(Exception err)

Implementation

typedef ErrorCallback = Function(Exception err);