You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the NetworkInfo().getWifiIP(); method I found out that this is only wifiIP, my Windows/Linux machine is connected via cable so it is throwing an error.
Tried get_ip_address but this is only public IP so not good.
Proposal
Replace NetworkInfo().getWifiIP(); with getIP method that will work no matter what network and platform we are on.
jbrechbuehl, Tokenyet, 0ttik, dilip786, btanev and 2 more