dispatchPermissionRequired property

bool get dispatchPermissionRequired

True on Android 17 and above, where an activity with an NFC intent filter is only dispatched to when it declares android.permission.DISPATCH_NFC_MESSAGE.

Implementation

bool get dispatchPermissionRequired => _data.dispatchPermissionRequired;