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