menu
voltron package
documentation
module/time.dart
TimerTask
TimerTask constructor
TimerTask constructor
dark_mode
light_mode
TimerTask
constructor
TimerTask
(
int
interval
,
bool
isRepeat
,
String
callId
,
Executor
executor
,
)
Implementation
TimerTask(this.interval, this.isRepeat, this.callId, this.executor) { stopwatch.start(); }
voltron package
documentation
module/time
TimerTask
TimerTask constructor
TimerTask class