playInterval method

void playInterval(
  1. String key
)
inherited

Implementation

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