| 123456789101112131415161718 |
- class WebUrl {
- WebUrl._();
- static const String _privacyPolicy =
- "https://doc.v8dashen.com/doc/298eb75d38dc2c4a";
- static const String _privacyPolicyIos =
- "https://cdn.v8dashen.com/static/xt-xm-i-privacy.html";
- static const String _userAgreement =
- "https://doc.v8dashen.com/doc/417838a4f155ec74";
- static String get privacyPolicy => _privacyPolicy;
- static String get privacyPolicyIos => _privacyPolicyIos;
- static String get userAgreement => _userAgreement;
- }
|