SSEConnectObserver constructor
SSEConnectObserver(
- String name,
- NotifyPriority priority,
- bool onConnectStateChange(
- ConnectState state
Implementation
SSEConnectObserver(this.name, this.priority, this.onConnectStateChange);