addCertificate method

Future<Certificate> addCertificate(
  1. File file,
  2. String password
)

Добавить новый сертификат в формате Pfx

Implementation

Future<Certificate> addCertificate(File file, String password) {
  throw UnimplementedError('addCertificate() has not been implemented.');
}