dispose method

void dispose()

Dispose the instance, resetting the initialization flag

Implementation

void dispose() {
  _initialized = false;
}