OnError typedef

OnError = dynamic Function(String error)

Implementation

typedef OnError = Function(String error);