createFactoryWithIAP static method
Implementation
static ProtocolFactory createFactoryWithIAP({Uri? url}) {
return () => WebSocketClientProtocol.withIAP(url: url);
}
static ProtocolFactory createFactoryWithIAP({Uri? url}) {
return () => WebSocketClientProtocol.withIAP(url: url);
}