VPNCheck constructor

VPNCheck()

Implementation

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