ErrorHandler typedef

ErrorHandler = dynamic Function(ApiRequestError error)

Implementation

typedef ErrorHandler = Function(ApiRequestError error);