increaseRemovals abstract method

void increaseRemovals({
  1. int number = 1,
})
inherited

Increases the counter by the number specified.

number: the number to increase the counter by

Implementation

void increaseRemovals({int number = 1});