menu
http_file_transfer_server package
documentation
http_transfer_server.dart
HttpTransferServer
getLocalIp method
getLocalIp method
dark_mode
light_mode
getLocalIp
method
Future
<
String
?
>
getLocalIp
(
)
Implementation
Future<String?> getLocalIp() async { final info = NetworkInfo(); return await info.getWifiIP(); }
http_file_transfer_server package
documentation
http_transfer_server
HttpTransferServer
getLocalIp method
HttpTransferServer class