OnCallError typedef

OnCallError = dynamic Function(int errorCode)

Implementation

typedef OnCallError = Function(int errorCode);