clearPKDCertificates static method

Future clearPKDCertificates()

Implementation

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