isSecureNfcEnabled method

Future<bool> isSecureNfcEnabled()

Whether secure NFC is on, restricting tag reading to an unlocked device.

Implementation

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