canRequest method
Implementation
bool canRequest() {
if (!loadingStatus.value) {
loadingStatus.value = true;
update();
return loadingStatus.value;
}
return false;
}
bool canRequest() {
if (!loadingStatus.value) {
loadingStatus.value = true;
update();
return loadingStatus.value;
}
return false;
}