pauseTimer method

void pauseTimer(
  1. Key key
)

Implementation

void pauseTimer(Key key) {
  _entries[key]?.pause();
}