getUserCertificates method

Future<Map<String, DERCertificate>?> getUserCertificates()

Implementation

Future<Map<String, DERCertificate>?> getUserCertificates() {
  throw UnimplementedError('getUserCertificates() has not been implemented.');
}