getWifiGatewayIP method

Future<String?> getWifiGatewayIP()

Obtains the gateway IP address of the connected wifi network

Implementation

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