accessNetworkState constant
AndroidPermissionDef
const accessNetworkState
android.permission.ACCESS_NETWORK_STATE
Allows querying the network state (connected / disconnected). Group: network_state
Implementation
static const accessNetworkState = AndroidPermissionDef(
'android.permission.ACCESS_NETWORK_STATE',
group: 'network_state',
keywords: {'connectivity', 'state', 'network'},
);