reportUnhandledException abstract method

Future<void> reportUnhandledException(
  1. AppMetricaErrorDescription error
)

Sends an unhandled exception error.

Implementation

Future<void> reportUnhandledException(AppMetricaErrorDescription error);