TestRestorationManager constructor

TestRestorationManager()

Creates a TestRestorationManager.

Implementation

TestRestorationManager() {
  // Ensures that [rootBucket] always returns a synchronous future to avoid
  // extra pumps in tests.
  restoreFrom(TestRestorationData.empty);
}