sendNfcProcessResult method

void sendNfcProcessResult(
  1. String tlv
)

Implementation

void sendNfcProcessResult(String tlv)  async{
 Map<String, String> params = Map<String, String>();
 params['sendNfcProcessResult'] = tlv;
 await _methodChannel.invokeMethod('sendNfcProcessResult',params);

  }