updateStatus method
Updates the current status and notifies listeners.
Implementation
void updateStatus(PagifyAsyncCallStatus newStatus) {
currentState = newStatus;
_controller.add(newStatus);
}
Updates the current status and notifies listeners.
void updateStatus(PagifyAsyncCallStatus newStatus) {
currentState = newStatus;
_controller.add(newStatus);
}