reportEvent abstract method

void reportEvent(
  1. String? eventName, {
  2. Platform? platform,
})

Reports an event with a specified eventName (but without any value).

Implementation

void reportEvent(String? eventName, {Platform? platform});