( _opts: ConnectRemoteControlOptions, )
| 437 | * @internal |
| 438 | */ |
| 439 | export async function connectRemoteControl( |
| 440 | _opts: ConnectRemoteControlOptions, |
| 441 | ): Promise<RemoteControlHandle | null> { |
| 442 | throw new Error('not implemented') |
| 443 | } |
| 444 |
nothing calls this directly
no outgoing calls
no test coverage detected