checkTagIntentSetup method

  1. @override
Future<TagIntentSetupPigeon> checkTagIntentSetup()

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,
);