onEventDone property

Stream<void> onEventDone

Notifies when there are no more microtasks enqueued within this zone.

NOTE: This is currently an alias for onMicrotaskEmpty.

Implementation

Stream<void> get onEventDone => _onMicrotaskEmpty.stream;