ErrorCallback typedef

ErrorCallback = bool Function(Object exception, StackTrace stackTrace)

Implementation

typedef ErrorCallback = bool Function(Object exception, StackTrace stackTrace);