sendFramesToEngine property
Whether frames produced by drawFrame are sent to the engine.
If false the framework will do all the work to produce a frame, but the frame is never sent to the engine to actually appear on screen.
See also:
- deferFirstFrame, which defers when the first frame is sent to the engine.
Implementation
bool get sendFramesToEngine => _firstFrameSent || _firstFrameDeferredCount == 0;