OnError typedef

OnError = dynamic Function(Object error)

Implementation

typedef OnError = Function(Object error);