reportUnhandledException static method

Future<void> reportUnhandledException(
  1. AppMetricaErrorDescription errorDescription
)

Sends an event with an unhandled exception errorDescription.

Implementation

static Future<void> reportUnhandledException(
    AppMetricaErrorDescription errorDescription) =>
    _appMetrica.reportUnhandledException(errorDescription.toPigeon());