reportErrorStacktrace abstract method

void reportErrorStacktrace(
  1. String errorName,
  2. String errorValue,
  3. String reason,
  4. String stacktrace, {
  5. Platform? platform,
})

Report an error with errorName, errorValue, reason and stacktrace directly without any action.

Implementation

void reportErrorStacktrace(
    String errorName, String errorValue, String reason, String stacktrace,
    {Platform? platform});