onTimer method

void onTimer(
  1. TimerData value
)

Implementation

void onTimer(TimerData value) {
  rebuild();
}