hideIt method
void
hideIt()
Start the hidding animations for the toast
Implementation
void hideIt() {
_animationController!.reverse();
_timer?.cancel();
}
Start the hidding animations for the toast
void hideIt() {
_animationController!.reverse();
_timer?.cancel();
}