currentFrameTimeStamp property

  1. @override
Duration currentFrameTimeStamp
override

The time stamp for the frame currently being processed.

This is only valid while between the start of handleBeginFrame and the end of the corresponding handleDrawFrame, i.e. while a frame is being produced.

Implementation

@override
Duration get currentFrameTimeStamp => throw UnimplementedError();