reportEventWithJson abstract method

Future<void> reportEventWithJson(
  1. String eventName,
  2. String? attributesJson
)

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);