SelfManagedEventSource constructor

SelfManagedEventSource({
  1. Map<EndPointType, List<String>>? endpoints,
})

Implementation

SelfManagedEventSource({
  this.endpoints,
});