reportEvent static method

Future<void> reportEvent(
  1. String eventName
)

Sends an event message with a short name or description of the event eventName.

Implementation

static Future<void> reportEvent(String eventName) =>
    _appMetrica.reportEvent(eventName);