| 1234567891011121314151617181920212223 |
- class WebUrl {
- WebUrl._();
- static const String _privacyPolicy =
- "https://doc.v8dashen.com/doc/bad49f15215daa70";
- static const String _privacyPolicyIos =
- "https://doc.v8dashen.com/doc/7aed0a2b23a10f44";
- static const String _userAgreement =
- "https://doc.v8dashen.com/doc/546b8b5175a1b4db";
- static const String _userAgreementIos =
- "https://doc.v8dashen.com/doc/9ac4289f64ac276a";
- static const String _shareUrl = "https://www.v8dashen.com";
- static String get privacyPolicy => _privacyPolicy;
- static String get userAgreement => _userAgreement;
- static String get shareUrl => _shareUrl;
- }
|