OnError typedef

OnError = dynamic Function(MainError error)

Implementation

typedef OnError = Function(MainError error);