wifiIp static method

Future<String> wifiIp()

Get wifi ip

Implementation

static Future<String> wifiIp() async => await _info.getWifiIP() ?? '';