playInterval method

void playInterval(
  1. String key
)

Implementation

void playInterval(String key) {
  _timers?[key]?.play();
}