dispose method
void
dispose()
Dispose the instance, resetting the initialization flag
Implementation
void dispose() {
_initialized = false;
}
Dispose the instance, resetting the initialization flag
void dispose() {
_initialized = false;
}