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