menu
neomage package
documentation
utils/proxy/proxy_utils.dart
TLSConfig
TLSConfig.new const constructor
TLSConfig.new const constructor
dark_mode
light_mode
TLSConfig
constructor
const
TLSConfig
(
{
String
?
cert
,
String
?
key
,
String
?
passphrase
,
List
<
String
>
?
ca
,
})
Implementation
const TLSConfig({this.cert, this.key, this.passphrase, this.ca});
neomage package
documentation
utils/proxy/proxy_utils
TLSConfig
TLSConfig.new const constructor
TLSConfig class