()
| 268 | return prev === "ios" ? "android" : "ios"; |
| 269 | } |
| 270 | function _temp() {} |
| 271 | export async function call(onDone: LocalJSXCommandOnDone): Promise<React.ReactNode> { |
| 272 | return <MobileQRCode onDone={onDone} />; |
| 273 | } |
nothing calls this directly
no outgoing calls
no test coverage detected