setStatus method
Set the current connection status
Implementation
@protected
void setStatus(ConnectionStatus status) {
_status = status;
_statusController.add(status);
notifyListeners();
}
Set the current connection status
@protected
void setStatus(ConnectionStatus status) {
_status = status;
_statusController.add(status);
notifyListeners();
}