class AppSettings { //static late String host = 'http://192.168.6.80:8303'; static final bool useProxy = true; static late String host = 'https://192.168.6.175:8443/api'; //proxy }