Dart API Reference
dart:async
Zone
scheduleMicrotask
scheduleMicrotask
method
Runs f asynchronously in this zone.
void
scheduleMicrotask
(
void
f
()
)
Runs f asynchronously in this zone.