reportEventWithJson static method
Sends an event message in JSON format attributesJson
as a string and a short name or description of the event eventName
.
Implementation
static Future<void> reportEventWithJson(
String eventName, String? attributesJson) =>
_appMetrica.reportEventWithJson(eventName, attributesJson);