menu
artemis_cupps package
documentation
utility/socket_util.dart
SocketService
getLocalIp static method
getLocalIp static method
dark_mode
light_mode
getLocalIp
static method
Future
<
String
?
>
getLocalIp
(
)
Implementation
static Future<String?> getLocalIp() { return NetworkInfo().getWifiIP(); }
artemis_cupps package
documentation
utility/socket_util
SocketService
getLocalIp static method
SocketService class