clearPKDCertificates method

Future<void> clearPKDCertificates()

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", []);
}