endTimedEvent static method
Ends an existing timed event named eventId
.
Ignores the action if event named eventId
is already terminated.
Implementation
static void endTimedEvent(String eventId) {
flurryAgent?.endTimedEvent(eventId);
}
Ends an existing timed event named eventId
.
Ignores the action if event named eventId
is already terminated.
static void endTimedEvent(String eventId) {
flurryAgent?.endTimedEvent(eventId);
}