frameData property

  1. @Deprecated('Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
  2. @override
FrameData get frameData
override

The FrameData object for the current frame.

Implementation

@Deprecated('Deprecated to prepare for the upcoming multi-window support. '
    'This feature was deprecated after v3.9.0-0.1.pre.')
@override
FrameData get frameData => platformDispatcher.frameData;