checkTagIntentSetup method

Future<TagIntentSetup> checkTagIntentSetup()

Everything that decides whether a tag intent can reach this app.

Worth calling once at startup on a debug build and logging the result: both of the things it reports -- the Android 16 allowlist and the Android 17 permission on the receiving activity -- make a tap do nothing at all, with no error anywhere. See TagIntentSetup and the README.

Implementation

Future<TagIntentSetup> checkTagIntentSetup() async => TagIntentSetup._(await androidApi.checkTagIntentSetup());