KeysService constructor Null safety
- KeysInterface secureStorageStrategy
Implementation
KeysService(KeysInterface secureStorageStrategy)
: _repository = KeysRepository(secureStorageStrategy);
KeysService(KeysInterface secureStorageStrategy)
: _repository = KeysRepository(secureStorageStrategy);