debugHasScheduledFrame property

  1. @visibleForTesting
bool get debugHasScheduledFrame

Whether the scheduler has a pending frame in integration tests.

Implementation

@visibleForTesting
bool get debugHasScheduledFrame => _scheduler.hasScheduledFrame;