reportUnhandledException static method
Sends an event with an unhandled exception errorDescription
.
Implementation
static Future<void> reportUnhandledException(
AppMetricaErrorDescription errorDescription) =>
_appMetrica.reportUnhandledException(errorDescription.toPigeon());