nfcPayment method
NFC 响应式付款
Open Android settings in NFC payment Settings
section.
returns operation successful or failure.
Implementation
Future<bool?> nfcPayment() {
return postMessage<bool?>(action: 'android.settings.NFC_PAYMENT_SETTINGS');
}