AugmentedRealityPrompt constructor

const AugmentedRealityPrompt({
  1. Key? key,
  2. Function? gotItCallBack,
  3. Function? cancelCallBack,
})

Implementation

const AugmentedRealityPrompt(
    {super.key, this.gotItCallBack, this.cancelCallBack});