GetProxyLink constructor

const GetProxyLink({
  1. required int proxyId,
})

Returns an HTTPS link, which can be used to add a proxy. Available only for SOCKS5 and MTProto proxies. Can be called before authorization

Implementation

const GetProxyLink({
  required this.proxyId,
});