refreshAnimations method

Future<void> refreshAnimations()

call this to refresh animations this will start animations from your animation listener of MvvmBuilder

Implementation

Future<void> refreshAnimations() async => _view?.refreshAnimation();