scale method

void scale(
  1. double x,
  2. double y, {
  3. Object? vid,
})

Implementation

void scale(double x, double y, {Object? vid}) => _player.ref.scale.asFunction<
        void Function(Pointer<mdkPlayer>, double, double, Pointer<Void>)>()(
    _player.ref.object, x, y, Pointer.fromAddress(vid.hashCode));