getCertificates method

FutureOr<List<Certificate>> getCertificates()

Получить список сертификатов, добавленных пользователем

Implementation

FutureOr<List<Certificate>> getCertificates() => certificateRepository.getEntities();