debugFlushFrame method

  1. @visibleForTesting
void debugFlushFrame([
  1. Duration timestamp = Duration.zero
])

Flush one frame synchronously in integration tests.

Implementation

@visibleForTesting
void debugFlushFrame([Duration timestamp = Duration.zero]) {
  _scheduler.debugFlushFrame(timestamp);
}