menu
xcloudsdk_flutter package
documentation
wifi/wifi_platform_interface.dart
WifiPlatform
getSSID method
getSSID method
dark_mode
light_mode
getSSID
method
Future
<
String
>
getSSID
(
)
Implementation
Future<String> getSSID() async { throw UnimplementedError('getSSID() has not been implemented.'); }
xcloudsdk_flutter package
documentation
wifi/wifi_platform_interface
WifiPlatform
getSSID method
WifiPlatform class