setTimeout

Convenience function to schedule and return a TimerTask that runs handler after delay once.

setTimeout
(
Args...
)
(
void delegate
(
Args
)
handler
,
Duration delay
,
Args args
)

Meta