This commit is contained in:
Manasit.K
2024-12-12 10:12:19 +07:00
parent 43c32ef6cf
commit ed510b00d1
52 changed files with 1256 additions and 1027 deletions

View File

@@ -27,7 +27,7 @@ class _PolicyPageState extends State<PolicyPage> {
controller = WebViewController()
..setJavaScriptMode(JavaScriptMode.unrestricted)
..setBackgroundColor(const Color(0x00000000))
..loadRequest(Uri.parse('https://www.cathayinter.com/neo-travel-privacy-policy'));
..loadRequest(Uri.parse('https://neotravel.app/privacy-policy-neo-travel'));
}
bool ok = false;