logHandledDartError abstract method
Manually logs a handled Dart error or exception to Embrace. This is equivalent to logDartError but records the error as handled. Handled errors do not count towards calculation of error-free sessions.
Implementation
void logHandledDartError(Object error, StackTrace stack);