resetId static method
      
void
resetId()
      
     
    
Resets the static auto-incremented ID to 1.
Implementation
static void resetId() {
  _autoId = 1;
}Resets the static auto-incremented ID to 1.
static void resetId() {
  _autoId = 1;
}