addCertificate method
Добавить новый сертификат в формате Pfx
Implementation
Future<Certificate> addCertificate({
required File file,
required String password,
String? newPassword,
}) {
throw UnimplementedError('addCertificate() has not been implemented.');
}