Dart SDK
dart:async
Zone
scheduleMicrotask
method
scheduleMicrotask
Zone
Constants
ROOT
Static properties
current
Properties
parent
errorZone
Operators
operator []
Methods
handleUncaughtError
inSameErrorZone
fork
run
runUnary
runBinary
runGuarded
runUnaryGuarded
runBinaryGuarded
registerCallback
registerUnaryCallback
registerBinaryCallback
bindCallback
bindUnaryCallback
bindBinaryCallback
errorCallback
scheduleMicrotask
createTimer
createPeriodicTimer
print
void
scheduleMicrotask
(
void
f
()
)
Runs f asynchronously in this zone.