SseHookOnError<T> typedef

SseHookOnError<T> = void Function(ArriError error, EventSource<T> connection)

Implementation

typedef SseHookOnError<T> = void Function(
    ArriError error, EventSource<T> connection);