OnError typedef

OnError = dynamic Function(String message, Exception? e, StackTrace? stack)

Implementation

typedef OnError = Function(String message, Exception? e, StackTrace? stack);