isSecureNfcSupported method

Future<bool> isSecureNfcSupported()

Whether the device supports secure NFC. API 29 and above; false below.

Implementation

Future<bool> isSecureNfcSupported() => androidApi.isSecureNfcSupported();