Whether the device supports host card emulation at all.
Checks FEATURE_NFC_HOST_CARD_EMULATION. A device can have NFC without it.
FEATURE_NFC_HOST_CARD_EMULATION
Future<bool> isSupported() => androidApi.hceIsSupported();