method
run

void run(
void callback()
)

Runs the given callback asynchronously as soon as possible.

This function is equivalent to new Timer(Duration.ZERO, callback).