isNfcAvailable method

Future<bool> isNfcAvailable()

Check if NFC is available on the device

Implementation

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