isSupported method

Future<bool> isSupported()

Whether the device supports host card emulation at all.

Checks FEATURE_NFC_HOST_CARD_EMULATION. A device can have NFC without it.

Implementation

Future<bool> isSupported() => androidApi.hceIsSupported();