isAuthenticated static method

bool? isAuthenticated()

Implementation

static bool? isAuthenticated() {
  return SpUtil.getBool(BytedeskConstants.isAuthenticated);
}