stopVpnBlocking function

Future<bool> stopVpnBlocking()

Implementation

Future<bool> stopVpnBlocking() async {
  return await stopBlockerVpn();
}