(isSubscribed: boolean)
| 506 | } |
| 507 | |
| 508 | private setIsSubscribed(isSubscribed: boolean): void { |
| 509 | this.isSubscribed = isSubscribed |
| 510 | this.callbacksRef.current.onSubscriptionChange(isSubscribed) |
| 511 | this.devtoolsBridge.emitSnapshot() |
| 512 | } |
| 513 | |
| 514 | private setConnectionStatus(status: ConnectionStatus): void { |
| 515 | this.connectionStatus = status |
no test coverage detected