isWifiEnabled method

bool isWifiEnabled()

Checks if Wi-Fi is enabled.

Returns true if it is, otherwise false.

Implementation

bool isWifiEnabled() {
  return _datalinkManager.isEnabled(WIFI);
}