isWifiGroupOwner method

bool isWifiGroupOwner()

Checks if the current device is the Wi-Fi group owner.

Returns true if it is, otherwise false.

Implementation

bool isWifiGroupOwner() {
  return _datalinkManager.isWifiGroupOwner();
}