menu
xcloudsdk_flutter package
documentation
device/wifi_config_controller.dart
WifiConfigController
getSSID method
getSSID method
dark_mode
light_mode
getSSID
method
Future
<
String
>
getSSID
(
)
Implementation
Future<String> getSSID() async { String ssid = await WifiPlatform.instance.getSSID(); return ssid; }
xcloudsdk_flutter package
documentation
device/wifi_config_controller
WifiConfigController
getSSID method
WifiConfigController class