PassphrasesService constructor
PassphrasesService(
- PassphrasesRepository repository,
- LcpClient lcpClient
Implementation
PassphrasesService(this.repository, this.lcpClient);