setIndex method

void setIndex(
  1. int value
)

Implementation

void setIndex(int value) {
  onNotifyWithCallback(() => index.set(value));
}