getLostFrames method

dynamic getLostFrames(
  1. GetLostFramesOption option
)

Implementation

dynamic getLostFrames(GetLostFramesOption option) {
  final result =
      $$context$$.callMethod('getLostFrames', [option.$$context$$]);
  return result;
}