Blame view

lib/common/core/sp_const.dart 157 Bytes
94342c3f   Key   feat: user util
1
2
  class SpConst {
    static const String prefsKeyUserInfo = "key_user_info";
2a9895f6   吴启风   feat:首次启动隐私协议弹窗
3
4
  
    static const String prefsKeyAgreementAccepted = "privacy_agreement_accepted";
94342c3f   Key   feat: user util
5
  }