bind abstract method

void bind(
  1. List<MotionEffect> effects,
  2. TickerProvider vsync
)

Attaches effects to the engine using vsync for explicit animations.

Implementation

void bind(List<MotionEffect> effects, TickerProvider vsync);