sp_const.dart 157 Bytes
class SpConst {
  static const String prefsKeyUserInfo = "key_user_info";

  static const String prefsKeyAgreementAccepted = "privacy_agreement_accepted";
}