isVisitorHasConsented method

bool isVisitorHasConsented()

Implementation

bool isVisitorHasConsented() {
  return _singleton._hasConsented;
}