change method

void change(
  1. bool cnx
)

Implementation

void change(bool cnx) {
  _conexion = cnx;
  notifyListeners();
}