hideIt method

void hideIt()

开始隐藏Toast的动画

Implementation

void hideIt() {
  _animationController!.reverse();
  _timer?.cancel();
}