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