OutboundDetourConfig.block constructor
OutboundDetourConfig.block({
- String? tag,
- BlackholeConfig? settings,
Implementation
factory OutboundDetourConfig.block({
String? tag,
BlackholeConfig? settings,
}) => OutboundDetourConfig.fromProtocol(
protocol: XrayOutboundProtocol.blackhole,
tag: tag,
settings: settings,
);