isVPNActive static method

Future<bool> isVPNActive()

Implementation

static Future<bool> isVPNActive() async {
  return isVPNCheck;
}