ErrorCallback typedef

ErrorCallback = dynamic Function(Response response)

Implementation

typedef ErrorCallback = Function(Response response);