OnUncaughtError typedef

OnUncaughtError = void Function(Object error, StackTrace stackTrace)

Implementation

typedef OnUncaughtError = void Function(Object error, StackTrace stackTrace);