play static method

Future<void> play(
  1. BuildContext context,
  2. List<MontageAnimation> animations
)

Implementation

static Future<void> play(
    BuildContext context, List<MontageAnimation> animations) {
  return controllerOf(context).play(animations);
}