OnError typedef

OnError = dynamic Function(String msg, int code)

Implementation

typedef OnError(String msg, int code);