detectSecurityAndNetworkType method
Inspects active network interfaces to determine connectivity type and security status.
Returns a tuple containing SecurityFlagsResult and ConnectionType.
Implementation
Future<(SecurityFlagsResult, ConnectionType)>
detectSecurityAndNetworkType() =>
_probesRepository.detectSecurityAndNetworkType();