dispose abstract method

void dispose()

A method to dispose SvgController.

Do not forget to call this method when you are done with this controller! A suggested place to call this method would be the "dispose" method of the StatefulWidget.

Implementation

void dispose();