onTimer method

dynamic onTimer(
  1. dynamic t
)

Implementation

onTimer(dynamic t) {
  if (!disposed && enabled) start();
}