(client: object)
| 712 | return child.on("*", callback); |
| 713 | }, |
| 714 | compositeState(client: object): string { |
| 715 | return child.compositeState(client); |
| 716 | }, |
| 717 | rehydrate(client: object, compositeState: string): void { |
| 718 | child.rehydrate(client, compositeState); |
| 719 | }, |
nothing calls this directly
no test coverage detected