logHandledDartError abstract method

void logHandledDartError(
  1. Object error,
  2. StackTrace stack
)

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);