RootRecovery constructor
RootRecovery(
- RootDirectory _rootDirectory
Manages the download recovery of all sub-stores of this RootDirectory
Is a singleton to ensure functioning as expected.
Implementation
RootRecovery(this._rootDirectory)
: _metadata = RootAccess(_rootDirectory).recovery {
instance = this;
}