XchainService constructor Null safety
- Database db,
- L0Storage _l0storage
Implementation
XchainService(Database db, this._l0storage)
: _repository = XchainRepository(db);
XchainService(Database db, this._l0storage)
: _repository = XchainRepository(db);