pausable_timer
pausable_timer copied to clipboard
A Dart timer that can be paused, resumed and reset.
Results
1
pausable_timer issues
Sort by
recently updated
recently updated
newest added
Hi @llucax, Could we add a method to the `PausableTimer` class for directly firing the callback function, like `_timer.fire();`? This would be particularly useful when initializing a periodic timer and...