isVpnActive method

Future<bool> isVpnActive()

Implementation

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