VpnDetector constructor
Creates a VpnDetector with default dependencies.
Implementation
factory VpnDetector() => VpnDetector.withDependencies(
connectivity: Connectivity(),
platform: VpnDetectorPlatform.instance,
);
Creates a VpnDetector with default dependencies.
factory VpnDetector() => VpnDetector.withDependencies(
connectivity: Connectivity(),
platform: VpnDetectorPlatform.instance,
);