start method
Notify listeners to start the loading animation
Implementation
@override
void start() {
super.start();
_setHasStarted(true);
}
Notify listeners to start the loading animation
@override
void start() {
super.start();
_setHasStarted(true);
}