hideIt method

dynamic hideIt()

Start the hidding animations for the toast

Implementation

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