debugDidSendFirstFrameEvent property
Whether the first frame has finished building.
This value can also be obtained over the VM service protocol as
ext.flutter.didSendFirstFrameEvent
.
See also:
- firstFrameRasterized, whether the first frame has finished rendering.
Implementation
bool get debugDidSendFirstFrameEvent => !_needToReportFirstFrame;