addTimer method

void addTimer(
  1. Timer timer
)

Implementation

void addTimer(Timer timer) {
  _timers.add(timer);
}