reportEventWithMap abstract method
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,
);