RemoveProxy constructor

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

Removes a proxy server. Can be called before authorization

Implementation

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