RecoveryConfig constructor

RecoveryConfig({
  1. ScheduledSnapshotsConfig? scheduledSnapshotsConfig,
})

Implementation

RecoveryConfig({
  this.scheduledSnapshotsConfig,
});