isVpnActive method

Future<bool> isVpnActive()

Checks if the device is currently using a VPN connection.

Returns true if a VPN is active, false otherwise.

Implementation

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