closeGlass method

dynamic closeGlass()

call to close the glass

Implementation

closeGlass() {
  if (_closeGlass != null) _closeGlass!();
}