create static method

Creates a new UrlEndpointListener with the specified configuration.

Implementation

static Future<UrlEndpointListener> create(
  UrlEndpointListenerConfiguration config,
) => FfiUrlEndpointListener.create(config);