reset static method
void
reset()
Reset initialization state (useful for testing)
Implementation
static void reset() {
_baseWidth = 390.0;
_baseHeight = 844.0;
_width = 390.0;
_height = 844.0;
_initialized = false;
}