EventSourceConstructor typedef

EventSourceConstructor = EventSource Function(String url, Map<String, String>? headers, bool? withCredentials)

Implementation

typedef EventSourceConstructor = EventSource Function(
    String url, Map<String, String>? headers, bool? withCredentials);