addCertificate method

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

Добавить сертификат в хранилище

Implementation

Future<Certificate> addCertificate(File file, String password) => Native.addCertificate(file, password);