run method
void
run()
This method is used to run animation Controller in forward
Implementation
void run() {
completionAnimationController.forward(from: 0.0);
}
This method is used to run animation Controller in forward
void run() {
completionAnimationController.forward(from: 0.0);
}