completesImmediately property
Whether onFrameComplete runs its callback at once.
True by default, so every test that does not care about this sees a backend that finishes as it goes.
Implementation
bool completesImmediately = true;
Whether onFrameComplete runs its callback at once.
True by default, so every test that does not care about this sees a backend that finishes as it goes.
bool completesImmediately = true;