resetId static method

void resetId()

Resets the static auto-incremented ID to 1.

Implementation

static void resetId() {
  _autoId = 1;
}