isNfcEnabled method

Future<bool> isNfcEnabled()

Check if NFC is enabled on the device

Implementation

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