isSecureNfcEnabled method

Future<bool> isSecureNfcEnabled()

Implementation

Future<bool> isSecureNfcEnabled() {
  return hostApi.nfcAdapterIsSecureNfcEnabled();
}