isHceSupported method

Future<bool> isHceSupported()

Checks if Host Card Emulation (HCE) is supported on the device.

Implementation

Future<bool> isHceSupported() {
  throw UnimplementedError('isHceSupported() has not been implemented.');
}