Checks if the device is currently using a VPN connection.
Returns true if a VPN is active, false otherwise.
true
false
Future<bool> isVpnActive() { throw UnimplementedError('isVpnActive() has not been implemented.'); }