setTimeout

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int setTimeout(void delegate() callback, int ms)
    int
    setTimeout
    (
    void delegate
    ()
    callback
    ,
    int ms
    )
  2. int setTimeout(void delegate() callback, Duration timeout)

Meta