tick method

void tick(
  1. Duration duration
)

Implementation

void tick(Duration duration) {
  notifyListeners();
}