KeysService constructor Null safety

KeysService(
  1. KeysInterface secureStorageStrategy
)

Implementation

KeysService(KeysInterface secureStorageStrategy)
    : _repository = KeysRepository(secureStorageStrategy);