eventCounter property
int
get
eventCounter
Implementation
static int get eventCounter => currentApi!._eventCounter;
set
eventCounter
(int c)
Implementation
static set eventCounter(int c) {
currentApi!._eventCounter = c;
}