OnError typedef

OnError = void Function(Object error, StackTrace trace)

Implementation

typedef OnError = void Function(Object error, StackTrace trace);