onMicrotaskEmpty property
Stream<void>
get
onMicrotaskEmpty
Notifies when there are no more microtasks enqueued within this zone.
This is normally used as a hint for AngularDart to perform change detection, which in turn may enqueue additional microtasks; this event may fire multiple times before onTurnDone occurs.
Implementation
Stream<void> get onMicrotaskEmpty => _onMicrotaskEmpty.stream;