setTimeout abstract method

int setTimeout(
  1. void callback(), [
  2. int delay = 0
])

Implementation

int setTimeout(void Function() callback, [int delay = 0]);