updateTroubleshooting method

void updateTroubleshooting(
  1. Troubleshooting? trblShooting
)

Implementation

void updateTroubleshooting(Troubleshooting? trblShooting) {
  _singleton._troubleshooting = trblShooting;
  // Re evaluate the conditions of datausagetracking
  _singleton.evaluateTroubleShootingConditions();
}