debugFlushFrame method
Flush one frame synchronously in integration tests.
Implementation
@visibleForTesting
void debugFlushFrame([Duration timestamp = Duration.zero]) {
_scheduler.debugFlushFrame(timestamp);
}
Flush one frame synchronously in integration tests.
@visibleForTesting
void debugFlushFrame([Duration timestamp = Duration.zero]) {
_scheduler.debugFlushFrame(timestamp);
}