WasabiService constructor Null safety
- String apiId,
- CryptoRSAPrivateKey privateKey
Implementation
WasabiService(String apiId, CryptoRSAPrivateKey privateKey)
: _repository = WasabiRepository(),
_l0storageService = L0StorageService(apiId, privateKey);