proxyUrl property

String? proxyUrl
final

Proxy URL for routing HTTP traffic through debugging tools.

This is typically used with tools like Charles Proxy, Fiddler, or other network debugging proxies. The URL should include the port number (e.g., '192.168.1.100:8888').

Only applies to Android/iOS platforms in debug mode.

Implementation

final String? proxyUrl;