prepend method
Implementation
void prepend(
[AnimationEffect? effects1,
AnimationEffect? effects2,
AnimationEffect? effects3]) =>
js_util.callMethod(this, 'prepend', [effects1, effects2, effects3]);
void prepend(
[AnimationEffect? effects1,
AnimationEffect? effects2,
AnimationEffect? effects3]) =>
js_util.callMethod(this, 'prepend', [effects1, effects2, effects3]);