shouldSkip method

bool shouldSkip(
  1. int index
)

Implementation

bool shouldSkip(int index) {
  return false;
}