createFactoryWithIAP static method

ProtocolFactory createFactoryWithIAP({
  1. Uri? url,
})

Implementation

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