I have an AR app built in flutter and I am using github.com/drydart/model_viewer.dart to take care of the AR part.
The problem is that model_viewer displays AR using sceneviewer using android intent. My question is two-fold:
- Does firebase analytics count time spent in sceneviewer in average engagement time of my app?
- If not, how Can I include it?