init abstract method

void init(
  1. AnimationController controller
)

A method to initialize SvgController.

This needs to be called before everything else.

Implementation

void init(AnimationController controller);