catchErrorWithStackTrace method
Implementation
dynamic catchErrorWithStackTrace(error, StackTrace stacktrace) {
stackTraceLogger(error, stacktrace);
return catchError(error);
}
dynamic catchErrorWithStackTrace(error, StackTrace stacktrace) {
stackTraceLogger(error, stacktrace);
return catchError(error);
}