dispose abstract method

void dispose()

Used to clear and dispose object. After this method call is object typically unusable and ready for GC. Can be called multiple times!

Implementation

void dispose();