SseHookOnOpen<T> typedef

SseHookOnOpen<T> = void Function(StreamedResponse response, EventSource<T> connection)

Implementation

typedef SseHookOnOpen<T> = void Function(
    http.StreamedResponse response, EventSource<T> connection);