VpnDetector constructor

VpnDetector()

Creates a VpnDetector with default dependencies.

Implementation

factory VpnDetector() => VpnDetector.withDependencies(
      connectivity: Connectivity(),
      platform: VpnDetectorPlatform.instance,
    );