onTick method

void onTick(
  1. Duration duration
)

Implementation

void onTick(Duration duration){
  onTickTracker.update();
}