stopHandRaisedForAll method

void stopHandRaisedForAll()

Implementation

void stopHandRaisedForAll() {
  _raisedHandMap.clear();
  _isMyHandRaised = false;
  notifyListeners();
}