TestProxy constructor
const
TestProxy({})
Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization
Implementation
const TestProxy({
required this.server,
required this.port,
required this.type,
required this.dcId,
required this.timeout,
});