isNfcSupported method

Future<bool> isNfcSupported()

Checks if NFC is supported on the device.

Implementation

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