dispose method

dynamic dispose()

Implementation

dispose() {
  loading.dispose();
  items.dispose();
  animatedIndex.dispose();
}