updateAllStatues method
Updates both the current and last statuses.
Implementation
void updateAllStatues(PagifyAsyncCallStatus newStatus) {
if(_controller.hasListener && !_controller.isClosed){
updateStatus(newStatus);
_setLastStatus(newStatus);
}
}