(options?: unknown)
| 786 | */ |
| 787 | public getPersistedSnapshot(): Snapshot<unknown>; |
| 788 | public getPersistedSnapshot(options?: unknown): Snapshot<unknown> { |
| 789 | return this.logic.getPersistedSnapshot(this._snapshot, options); |
| 790 | } |
| 791 | |
| 792 | public [symbolObservable](): InteropSubscribable<SnapshotFrom<TLogic>> { |
| 793 | return this; |
no outgoing calls