pollingInterval method
Implementation
BKTConfigBuilder pollingInterval(int pollingInterval) {
_pollingInterval = pollingInterval;
return this;
}
BKTConfigBuilder pollingInterval(int pollingInterval) {
_pollingInterval = pollingInterval;
return this;
}