menu
native_flutter_proxy package
documentation
custom_proxy.dart
CustomProxy
CustomProxy constructor
CustomProxy constructor
dark_mode
light_mode
CustomProxy
constructor
CustomProxy
(
{
required
String
ipAddress
,
int
?
port
,
bool
allowBadCertificates
=
false
,
})
Initializer
Implementation
CustomProxy( {required this.ipAddress, this.port, this.allowBadCertificates = false});
native_flutter_proxy package
documentation
custom_proxy
CustomProxy
CustomProxy constructor
CustomProxy class