clearPKDCertificates static method
Implementation
static Future<dynamic> clearPKDCertificates() async {
return await _channel.invokeMethod("clearPKDCertificates", []);
}
static Future<dynamic> clearPKDCertificates() async {
return await _channel.invokeMethod("clearPKDCertificates", []);
}