getWifiIPv6 method

Future<String?> getWifiIPv6()

Obtains the IPv6 address of the connected wifi network

Implementation

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