isSecureNfcSupported method

Future<bool> isSecureNfcSupported()

Implementation

Future<bool> isSecureNfcSupported() {
  return hostApi.nfcAdapterIsSecureNfcSupported();
}