reportErrorWithGroup abstract method

Future<void> reportErrorWithGroup(
  1. String groupId, {
  2. AppMetricaErrorDescription? errorDescription,
  3. String? message,
})

Sends an error with its own identifier groupId. Errors in reports are grouped by it.

Implementation

Future<void> reportErrorWithGroup(
    String groupId, {
      AppMetricaErrorDescription? errorDescription,
      String? message
    });