use method

void use(
  1. int index
)

Implementation

void use(int index) {
  _currentIndex = index;
  _updateCache();
}