changeChipIndex method

void changeChipIndex(
  1. int value
)

Implementation

void changeChipIndex(int value) {
  chipIndex.value = value;
}