dispose method

void dispose()

Disposes the ValueNotifiers to free up resources.

Implementation

void dispose() {
  data.dispose();
  topIndex.dispose();
  isDone.dispose();
  isLinearLayout.dispose();
}