getWifiIP method

  1. @override
Future<String?> getWifiIP()
override

Obtains the IP address of the connected wifi network

Implementation

@override
Future<String?> getWifiIP() {
  throw UnsupportedError('getWifiIP() is not supported on Web.');
}