VPNCheck1 constructor

VPNCheck1()

Implementation

factory VPNCheck1() {
  _instance ??= VPNCheck1._private();
  return _instance!;
}