dispose abstract method

void dispose(
  1. T last
)

Disposes the resources when the state is disposed.

Implementation

void dispose(T last);