WebSocketMaker.url constructor

const WebSocketMaker.url(
  1. FutureOr<String> url()
)

A function that returns the URL of the GraphQL server. Will be used to create the WebSocketChannel.

Implementation

const WebSocketMaker.url(FutureOr<String> Function() this.url)
    : generator = null;