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