getInstalledCertificates method
Получит список установленных сертификатов
Implementation
Future<List<Certificate>> getInstalledCertificates() {
  throw UnimplementedError(
      'getInstalledCertificates() has not been implemented.');
}Получит список установленных сертификатов
Future<List<Certificate>> getInstalledCertificates() {
  throw UnimplementedError(
      'getInstalledCertificates() has not been implemented.');
}