waitForAsyncEvents method

  1. @protected
Future<void> waitForAsyncEvents()
inherited

May be overridden to change what is awaited.

The default implementation is only microtasks in the NgZone.

Implementation

@protected
Future<void> waitForAsyncEvents() => ngZone.onTurnDone.first;