nfc method

Future<bool> nfc()

Open Android settings in NFC section.

Implementation

Future<bool> nfc() {
  return sendCustomMessage('android.settings.NFC_SETTINGS');
}