CustomRoutingEndpointConfiguration constructor

CustomRoutingEndpointConfiguration({
  1. String? endpointId,
})

Implementation

CustomRoutingEndpointConfiguration({
  this.endpointId,
});