clearPKDCertificates method
It's used to remove certificates from your app that are used during the RFID chip processing.
Implementation
void clearPKDCertificates() {
_bridge.invokeMethod("clearPKDCertificates", []);
}
It's used to remove certificates from your app that are used during the RFID chip processing.
void clearPKDCertificates() {
_bridge.invokeMethod("clearPKDCertificates", []);
}