wifiEnabled property

bool get wifiEnabled

Implementation

bool get wifiEnabled {
  return $$context$$["wifiEnabled"];
}
set wifiEnabled (bool value)

Implementation

set wifiEnabled(bool value) {
  $$context$$["wifiEnabled"] = value;
}