getWifiIP method

Future<String?> getWifiIP()

Obtains the IP v4 address of the connected wifi network

Implementation

Future<String?> getWifiIP() {
  throw UnimplementedError('getWifiIP() has not been implemented.');
}