checkTagIntentSetup method
Everything that decides whether a tag intent can reach this app, in one call.
Implementation
@override
Future<TagIntentSetupPigeon> checkTagIntentSetup() async => TagIntentSetupPigeon(
dispatchPermissionRequired: false,
unguardedActivities: const [],
tagIntentAllowed: true,
tagIntentPreferenceSupported: false,
);