removeOne method

int removeOne(
  1. int value
)

Implementation

int removeOne(int value) => value - 1;