reportEventWithMap abstract method

Future<void> reportEventWithMap(
  1. String eventName,
  2. Map<String, Object>? attributes
)

Sends an event as a set of attributes attributes Map and the short name or description of the event eventName.

Implementation

Future<void> reportEventWithMap(
    String eventName,
    Map<String, Object>? attributes,
);