setHttpPostForced method
Set to 'true' if you want HTTP POST to be used for all requests
Implementation
CountlyConfig setHttpPostForced(bool isForced) {
_httpPostForced = isForced;
return this;
}
Set to 'true' if you want HTTP POST to be used for all requests
CountlyConfig setHttpPostForced(bool isForced) {
_httpPostForced = isForced;
return this;
}