RootRecovery constructor

RootRecovery(
  1. 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;
}