nfc method

Future<bool?> nfc()

NFC设置 Open Android settings in NFC section.

Implementation

Future<bool?> nfc() {
  return postMessage<bool?>(action: 'android.settings.NFC_SETTINGS');
}