void scheduleMicrotask(
void f()
)

Runs f asynchronously in this zone.

Source

/**
 * Runs [f] asynchronously in this zone.
 */
void scheduleMicrotask(void f());