eventCounter property

int eventCounter

Implementation

static int get eventCounter => currentApi!._eventCounter;
void eventCounter=(int c)

Implementation

static set eventCounter(int c) {
  currentApi!._eventCounter = c;
}