isTagIntentAllowed method

  1. @override
Future<bool> isTagIntentAllowed()

Whether the user has allowed this app to be launched by a tag. True below API 36.

Implementation

@override
Future<bool> isTagIntentAllowed() async => true;