Closed
Description
Hi all,
I need to get the networking status of the smartphone when the app is closed.
I am trying with:
x = await NetInfo.getConnectionInfo();
Always I am receiving
{"type":"unknown","effectiveType":"unknown"}
If the application is active, this is working.
How to get the smartphone network status when the application is closed?
Thanks a lot