wifiIp property

Future<String?> get wifiIp

gets the IP address of wifi the application connected to

Implementation

static Future<String?> get wifiIp => _instance._wifiIp;