UncaughtExceptionHandler typedef

UncaughtExceptionHandler = bool Function(Object exception, StackTrace stackTrace)

Implementation

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