isDeviceUseVPN method
Method to check if the device is using a VPN. Throws UnimplementedError if not overridden by a platform-specific implementation.
Implementation
Future<bool?> isDeviceUseVPN() {
throw UnimplementedError('Failed to check if device use VPN.');
}