isTagIntentAppPreferenceSupported method

  1. @override
Future<bool> isTagIntentAppPreferenceSupported()

Whether the device implements the Android 16 tag-scan allowlist.

Implementation

@override
Future<bool> isTagIntentAppPreferenceSupported() async => false;