destroy method
Destroys the data and marks the instance as uninitialized.
Implementation
@mustCallSuper
void destroy() {
initialized = false;
}
Destroys the data and marks the instance as uninitialized.
@mustCallSuper
void destroy() {
initialized = false;
}