reportErrorWithGroup abstract method
Future<void>
reportErrorWithGroup(
- String groupId, {
- AppMetricaErrorDescription? errorDescription,
- 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
});