ContentService constructor
ContentService(
- TreeService _tree,
- StorageService _storage
Implementation
ContentService(this._tree, this._storage);
ContentService(this._tree, this._storage);