setFrameInterpolation method

Future<void> setFrameInterpolation(
  1. bool useFrameInterpolation
)

Implementation

Future<void> setFrameInterpolation(bool useFrameInterpolation) {
  throw UnimplementedError(
    'setFrameInterpolation() has not been implemented.',
  );
}