dispose method

void dispose()

Dispose the instance to free up resources.

Implementation

void dispose() {
  _initialized = false;
}