dispose abstract method
Releases resources held by this object.
After calling dispose, the object should not be used.
Implementation
void dispose();
Releases resources held by this object.
After calling dispose, the object should not be used.
void dispose();