HttpSession constructor
HttpSession({
- Client? httpClient,
run executable telegram bot api
Implementation
HttpSession({
http.Client? httpClient,
}) {
if (httpClient != null) {
http_client = httpClient;
} else {
http_client = http.Client();
}
}