isConnectedToSensitiveProxy static method
This class is used to check if the device is connected to a sensitive proxy, which using to capture request from your app.
Implementation
static Future<bool> isConnectedToSensitiveProxy() {
return isConnectedToProxy();
}