AddProxy constructor
const
AddProxy({})
Adds a proxy server for network requests. Can be called before authorization
Implementation
const AddProxy({
required this.server,
required this.port,
required this.enable,
required this.type,
});