RunZonedGuardedOnError typedef
RunZonedGuardedOnError =
FutureOr<void> Function(Object, StackTrace)
Caught exception and stacktrace in runZonedGuarded
Implementation
typedef RunZonedGuardedOnError = FutureOr<void> Function(Object, StackTrace);