SSEConnectObserver constructor

SSEConnectObserver(
  1. String name,
  2. NotifyPriority priority,
  3. bool onConnectStateChange(
    1. ConnectState state
    )
)

Implementation

SSEConnectObserver(this.name, this.priority, this.onConnectStateChange);