PassphrasesService constructor

PassphrasesService(
  1. PassphrasesRepository repository,
  2. LcpClient lcpClient
)

Implementation

PassphrasesService(this.repository, this.lcpClient);