connectionStateConnecting property
Currently establishing a connection to the Telegram servers
Implementation
ConnectionStateConnecting? get connectionStateConnecting {
if (this is ConnectionStateConnecting) {
return this as ConnectionStateConnecting;
}
return null;
}