How to tell if 'Mobile Network Data' is enabled or disabled (even when connected by WiFi) in flutter

后端 未结 0 397
野趣味
野趣味 2021-01-05 12:00

the below code can work very well if wifi is not connected

 var connectivityResult = await (Connectivity().checkConnectivity());
if (connectivityResult == Con         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题