WasabiService constructor Null safety

WasabiService(
  1. String apiId,
  2. CryptoRSAPrivateKey privateKey
)

Implementation

WasabiService(String apiId, CryptoRSAPrivateKey privateKey)
    : _repository = WasabiRepository(),
      _l0storageService = L0StorageService(apiId, privateKey);