increaseMisses abstract method

void increaseMisses({
  1. int number,
})

Increases the counter by the number specified.

  • number the number to increase the counter by

Implementation

void increaseMisses({int number});