isVPNOn method

Future<bool> isVPNOn()

Implementation

Future<bool> isVPNOn() {
  throw UnimplementedError('isVPNOn() has not been implemented.');
}