getWifiIP method

Future<String?> getWifiIP()

Obtains the IPv4 address of the connected wifi network

Implementation

Future<String?> getWifiIP() {
  return _platform.getWifiIP();
}