()
| 602 | |
| 603 | |
| 604 | public static getInstance(): FlowChatStore { |
| 605 | if (!FlowChatStore.instance) { |
| 606 | FlowChatStore.instance = new FlowChatStore(); |
| 607 | } |
| 608 | return FlowChatStore.instance; |
| 609 | } |
| 610 | |
| 611 | public getState(): FlowChatState { |
| 612 | return this.state; |
no outgoing calls
no test coverage detected