IpAddress_Wifi_tetherorwifi property
Implementation
static Future<String?> get IpAddress_Wifi_tetherorwifi async {
final String? version = await _channel.invokeMethod('Wifi_tetherorWifi', {
'ip': '192.168.43.8',
'port': '812',
'timeout': 500,
"porta": [10, 80],
'key': 'true'
});
return version;
}