isNfcEnabled method

Future<bool> isNfcEnabled()

Checks if NFC is enabled on the device.

Implementation

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