enableForegroundDispatch method
Claims tag delivery while the activity is in the foreground.
Without this a tag matching another app's intent filter can be handed to that app instead, even while yours is on screen. Independent of reader mode, and of the manifest intent filters that make onTagFromIntent fire.
Implementation
Future<void> enableForegroundDispatch() => androidApi.enableForegroundDispatch();