report static method
Reports an error that escaped a handler.
Implementation
static void report(Object error, StackTrace stack) {
reporter?.call(error, stack);
}
Reports an error that escaped a handler.
static void report(Object error, StackTrace stack) {
reporter?.call(error, stack);
}