RemoveProxy constructor
const
RemoveProxy({
- required int proxyId,
Removes a proxy server. Can be called before authorization
Implementation
const RemoveProxy({
required this.proxyId,
});
Removes a proxy server. Can be called before authorization
const RemoveProxy({
required this.proxyId,
});