isLogin static method

bool? isLogin()

Implementation

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