menu
redstonex package
documentation
commons/functions/basic-functions/network_helper.dart
NetworkHelper
wifiIp static method
wifiIp static method
dark_mode
light_mode
wifiIp
static method
Future
<
String
>
wifiIp
(
)
Get wifi ip
Implementation
static Future<String> wifiIp() async => await _info.getWifiIP() ?? '';
redstonex package
documentation
commons/functions/basic-functions/network_helper
NetworkHelper
wifiIp static method
NetworkHelper class