Notifies when the last onMicrotaskEmpty
has run and there are no more microtasks, which
implies we are about to relinquish VM turn.
This event gets called just once.
Source
EventEmitter<dynamic> get onStable => this._onStable;
Notifies when the last onMicrotaskEmpty
has run and there are no more microtasks, which
implies we are about to relinquish VM turn.
This event gets called just once.
EventEmitter<dynamic> get onStable => this._onStable;