increaseExpiries abstract method

void increaseExpiries({
  1. int number = 1,
})

Increases the counter by the number specified.

  • number: the number to increase the counter by

Implementation

void increaseExpiries({int number = 1});