dispose abstract method
void
dispose()
Dispose the state
You can not reuse the state after the dispose is called.
Implementation
void dispose();
Dispose the state
You can not reuse the state after the dispose is called.
void dispose();