frameWillDraw method
Called just before calling SchedulerBinding.handleDrawFrame.
Implementation
@override
@mustCallSuper
void frameWillDraw() {
startMeasureFrame(profile);
_drawFrameStopwatch = Stopwatch()..start();
}
Called just before calling SchedulerBinding.handleDrawFrame.
@override
@mustCallSuper
void frameWillDraw() {
startMeasureFrame(profile);
_drawFrameStopwatch = Stopwatch()..start();
}